1. If in RDP Level 1, can the SRAM be read?2. If starting in RDP Level 1 and transitioning to RDP Level 0, is the SRAM erased?3. Can the contents of SRAM be readout after the transition from RDP Level 1 to RDP Level 0? Thanks.
Using HAL_ADCEx_Calibration_Start() to calibrate the ADC. This function always returns HAL_ERROR.Debugging shows its failing after it collects the 8 samples and attempting to disable the ADC is timing out. (ie. if ((HAL_GetTick() - tickstart) > ADC...
Hi,The problem was low ADC frequency. It was 2 Mhz. I increased the ADC frequency to 8 MHz and the ADC calibration is working correctly.Thanks for your help.