Hello @JWolf.3 I can see that you are using this define: #define ADC_ISR_LDORDY 0x1 << 12UTo check the ISR register:while(!(ADC3->ISR & ADC_ISR_LDORDY)){} // (25.4.6) waits for reg to startupActually there is no "bit 12" in the ADC ISR register, ...
Hello @Théo Campas (Community Member)Thank you for raising the question,Actually, the VREFBUF_CSR register should be configured first to be able to configure the Voltage Reference for the ADC.In your case, to use an External VREF, you need to use the...
Hello @marcosartore if I understand well, you are using external ADC and DAC that interface with the STM32H743 via the SPI, and you want to know what is the better way to implement this application.If so, why you don't use the internal ADC & DAC but...
Hello @Community memberov ,you need to install ActivePerl in order to run the SPL2LL-Converter.I recommend you to use ActivePerl 5.24.1 or later.Can you please give me your feedback after the installation?