Hi,
I am currently using a modified OOB firmware that incorporates a CAN communication interface and hard-coded configuration for my custom board. I am wondering if it's possible to save the compRangeBiasAndRxChanPhase coefficients to the FLASH memory and load them during the hard-coded configuration. I should be able to implement saving coefficients when the measureRangeBiasAndRxChanPhase is invoked, as well as loading them in the hard code config callback function. I intend to use mmwDemo_flashWrite(flashOffset, (uint32_t *)ptrCoeff, sizeof(coeff)); in the same manner as in the static int32_t MmwDemo_calibSave(...) function. My question concerns the flashOffset. What value could I use, and is there some memory map available?
Thank you,
Regards, Adam