Data gets not written in SFR on STM32F429ZIT6
Hey Guys,
I hope someone can help me:
I testet my software with a STM32F429IDISCOVERY board which works fine. I now designed a custom board and migrated the software. Same peripherals, same pins etc. For a reason I don't understand the ADCs seem not to work. I want to use ADC3 and ADC1 and have already tested and used them correctly with the DISCOVERY board. What I find quite strange is that I only see zeros in the ADC SFR view. As if the peripheral is not being set up allthough the routines are executed when I step through them with the debugger The DAC -which I also use - seems to work except for a 3mV error which is tolerable I think.
I set up everything with STM32CubeMX and debug with true studio. All latest versions including the latest HAL and firmware package.
Does anybody know what is wrong here?
best regards
Benjamin