Tool/software:
I’m working on a project using the IWR6843AOP and based it on the example from TI’s radar toolbox:
C:\ti\radar_toolbox_3_10_00_05\source\ti\examples\Industrial_and_Personal_Electronics\People_Tracking\Overhead_3D_People_Tracking
.
In my design, I’m using the MX25R1635FZUIH0-TR external flash chip, and I want to:
-
Understand how flash memory is mapped in this project — especially how much space is already reserved for the radar application (MSS, BSS, etc.).
-
How to check where and how the program image is stored in flash in the sample project.
-
I also want to store custom settings and log data into flash. For that, I need to reserve a dedicated region in flash for user data, and make sure it does not overlap with the application code/data.
So I need help identifying the flash layout in this project and how to modify it safely for user-defined storage.