eide icon indicating copy to clipboard operation
eide copied to clipboard

Where to define Off-Chip XData Memory

Open cptpiepmatz opened this issue 1 year ago • 1 comments

What you want to do Using µVision I can define the start and size of external memory. image Does eide have any way to also define this value?

Describe the problem I want to define my external memory as I'm using one. I cannot find a setting for it and it seems that importing a .uvproj disgards that setting.

Expected behavior Let me define my external memory or show me where that config rests.

cptpiepmatz avatar Dec 18 '23 16:12 cptpiepmatz

We not have gui settings, so you can only use the raw compiler params

Here's a reference, maybe you need a google translator https://github.com/github0null/eide/issues/143

KeilC51 LX51 Guide: https://developer.arm.com/documentation/101655/0961/LX51-User-s-Guide/Linking-Programs

github0null avatar Jan 12 '24 01:01 github0null