Upgrade to Version 1.15.0 and open .ico for H723, then click "Migrate".In "Device configuration tool", there are errors. Found Vbat & Temperature channels in ADC3 disappeared.
Set ADC3 with 16 oversamplingBut what I got is doubled. ADC3[1] is 5V and ADC3[4] is 3.3V-------------------------------------In "void MX_ADC3_Init(void)",hadc3.Init.Oversampling.Ratio = 16;
hadc3.Init.Oversampling.RightBitShift = ADC_RIGHTBITSHIFT_4...
Here is my code for "APS6404L-3SQR-SN" in H723. Remember to config your MPU correctly. #include "PsRam.h"
#include "main.h"
#include "octospi.h"
#define PS_OSPI hospi2
#define PSRAM_BASE (OCTOSPI2_BASE)
#define PSRAM_SIZE (8 * 1024 * 1024)
#defin...
I'm working on H723, and want to send out data session only. The bug is still there.In OSPI_ConfigCmd(...)Run into /* ---- Invalid command configuration (no instruction, no address) ---- */ status = HAL_ERROR; hospi->ErrorCode = HAL_OSPI_ERROR...