We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello, I have a project that runs on the target without a problem. I want to run the application without the bootloader on the simulator - so I setup the entry point using the --entry linker directive, but when the program start I keep on getting error messages "*** error 65: access violation at 0xA0033000 : no 'read' permission", where the address in question is actually in external RAM. How can I configure the simulator to startup my program correctly? it seems to go wrong during memory decompression phase. thanks.