Tool/software:
I am struggling to get any of the MMWave SDK examples or hand-written code to work properly on the IWRL6432-BOOST board.
When debugging the compiled assembly it appears the rl_mmWaveLinkInit function is branching off into the ROM where there are no valid instructions, ultimately triggering a hard-fault. Having an SDK built with -O3 compiler optimization means this is almost impossible to debug effectively.
There are some .bat files within the SDK that are for building with different configurations but none of them work, they are looking for a 'tools\cgtools' directory which does not exist.
I can build and debug other applications fine, so there is no issue with the board itself.
Could you please either provide me with a debug build of the SDK or a method to get these .bat files to work so I can build the SDK without any compiler optimization.
Morgan