Part Number: AWRL1432BOOST-BSD
I am optimizing the phase calibration section. Currently, after obtaining the initial phase of the radar in an anechoic chamber, I want to write it into the flash. However, I found that there is a conflict between the operation of DPU_RangeProc_process() and mmwDemo_flashWrite(), which makes it impossible to effectively write the calibration values into the flash. It is speculated that the possible reason is that EDMA occupies the flash writing channel. Moreover, obtaining the initial phase of the radar must rely on RangeHwa. Is there any way to support a single execution of mmwDemo_flashWrite() in the while loop after the DPCtask starts?