2016-11-23 12:57 AM
Hello!
I want to run source code from internal and an additional external NOR flash which is connected to a STM32F437 microcontroller. What steps do I have to do to make this possible? Do I need a special probe to write firmware to the external NOR flash due to SWD/JTAG interface of the STM32F4xx? Are they any other hints for the firmware development to get the best effort of the additional external memory? Last but not least: We are using IAR Workbench for firmware development.Thank you for your help!Best RegardsJo #fmc #iar #stm32f437 #nor2016-11-23 01:57 AM
1. You need to define what part of program will be in externall memory. program must be protected by any external mamory failure.
2. STLink Utility have posibillity to program external memories. Read manual. (IAR can have this also). It's all......2016-11-23 02:39 AM
It's not so easy. The debugger files to load the source code into the external NOR of an F437 are not available for example. Only for a F10xx controller (as described in
and the ).Best regards,Jo2016-11-23 02:53 AM
Hello,
I recommend you to check the examples within STM32CubeF4, you may find a working example with that can help you to configure and implement your application.Refer to your product reference manual RM0090 for more information about your product and configuration.Regards