Other Parts Discussed in Thread: TMS570LS3137
We are developing boot loader for TMS570LS3137 under IAR enviroment.
Question 1: TMS570LS3137 has two flash bank. If my application is on one flash bank, can I write the other flash bank? Or I need to move my application in RAM before I can perfrom the read/write access of the flash?
Question2: For the F021 functions, do they have any directive already to make sure they run the RAM or the user needs to configure in their development to m ake it run in the RAM? If the user needs, in IAR, does
the directive initialize by copy { readonly, readwrite } works for the library as well?