This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Create a Dynamic Library

I am using LPC1788 controller but its 512KB flash memory is not enough.
But I have enough external flash memory and accessible by the file system but not accessible in the compilation of the project.
I wonder if it is possible create a library that will load from the file system into RAM in order to run.
Best regards,

Leonardo F. Farah

Parents
  • I finally made the debug to work.
    I had to turn off the " load application at startup" and do a Load %L in end of the .ini file.
    However, the IDE does not set breakpoints in external flash address ( 0x80000000 ).
    Apparently hardware breakpoints are limited to the first 1G memory from what I read in other forums.

Reply
  • I finally made the debug to work.
    I had to turn off the " load application at startup" and do a Load %L in end of the .ini file.
    However, the IDE does not set breakpoints in external flash address ( 0x80000000 ).
    Apparently hardware breakpoints are limited to the first 1G memory from what I read in other forums.

Children
No data