I used CubeMX 6.12 to generate code and DAC output works as intended.I cloned that project, migrated to CubeMX 6.13 and generated code. DAC output doesn't work. Migration to 6.13 also used FW H5 1.4 instead of 1.3.Comparing stm32h5xx_hal_msp.c I see ...
Custom board with STM32H563 and 32.768KHz LSE and supercap for RTC in Vbat mode. I want RTC longevity in terms of weeks; it lasts 4 days. Is there anything SW can do to extend this time? For short intervals (minutes) the RTC updates fine. Disabling S...
I had a STM32CubeIDE v1.15.1 static library project against which I was linking with no problems. The static library project created the lib*.a file fine.After moving the project to a different workspace, the lib*.a file is no longer created. Instead...
ADC1 clocked @ 65 MHz, pre-scaler of 8, 7 channels active, 640.5 cycles/conversion, 256 oversampling, interrupts, scan mode. The numbers suggest all channels will be converted 1x in (8/65000000) * 640.5 * 7 * 256 = 141 ms. But when I look at uwTick b...
Good DAC output... Bad DAC output...Amplitude is ~6v because of an op-amp downstream of the DAC1 channel 1 MCU pin. Scope trace taken at the MCU pin looks the same, except amplitude is ~2.5v.I am unwilling to supply more information related to this i...
I had to update to get correct VREFBUF handling for H563.Deselecting H5 1.4 won't affect existing project. From what I've seen, this is only used when a project is created. The only H5 1.4 options are Refresh and Remove...