Other Parts Discussed in Thread: CC2640
Hello all,
I am working in a project using the CC2640 as a BLE network processor communicating via HCI through UART with another MCU.
I developed my project based on host application example for BLE Stack 4.2. I am using IAR 8.22.2 and its compiler.
For quality/security reasons, I have to fill up the unused Flash / ROM.
I found in IAR user guide that I can fill up the Flash as mentioned in the picture below.
My 2 questions are:
- What I have to put as "Fill pattern" to cause a chip reset when it happens that the application fills unused memory while it is running?
- How Can I fill up the unused Flash (0x00000000..0x0001FFFF) and ROM (0x10000000..0x1001EFFF) using IAR project options?
Please could you help me?
Thanks a lot!