2016-10-10 01:40 PM
Hello,
I have created with cube new sram display device, and I have its generated code,But I can't find the address which correspond to this device.How should I find it ? I also made search in internet and forum but found no solution yet.Thank you,Ran2016-10-10 01:56 PM
The .MAP file might be enlightening?
2016-10-12 06:36 AM
2016-10-12 10:56 AM
The .MAP file is generated by the linker of the tool-chain you are using, pretty much universally regardless of if you use IAR, KEIL, or GNU/GCC. Might need to enable an option, but you have to build the project for it to be generated.
You should also be able to find specific addresses defined within the source code you are building.