Hello, I am interested in using theTSV791/2 for ADC driver and reference buffer purposes.The reference buffer needs to both source AND sink significant amounts of current (mA) and I am interested in the amplifier's transient response.I did not see an...
I am currently using an STM32G474QE for a motor control application and ran into a possible silicon bug.We have ADC1 and ADC2 configured for dual regular interleaved mode with DMA triggered off TIM1_TRGO2ADC3 and ADC4 configured for dual regular inte...
I was reading this application note which lists maximum clock rates for the ADC on the STM32H7 for the various packages at different resolutionshttps://www.st.com/resource/en/application_note/dm00628458-getting-started-with-the-stm32h7-series-mcu-16b...
I am currently working on a motor controller project with the STM32G473RE.I am trying to get more prototype boards made but the STM32G473RE is not in stock anywhere with long lead timeI see that the STM32G474RC has plenty of stock in multiple locatio...
Hi @MBuen.1Just wanted to note, I also ran into the exact same issue with my application with STM32G474RE.Thank you for the fix. I can now continuously receive data after the first send. However, my device does not appear to send anymore data afterwa...
Hi @Amel NASRI,Thank you for your quick reply.So, the datasheet does give performance characteristics of the ADC (ENOB, etc.) and states that those performance values are guaranteed ONLY for the BGA package at 25MHz.The other sections of the datashe...
This is in fact a bug in the HAL and I have also run into this issue when configuring ADC3 and ADC4 for dual mode. I've tried working around it by enabling ADC5 before configuring ADC3 and ADC4, but this does not seem to work, and ADC4 does not start...
So would have to port the project in steps? use CubeMX to create a new configuration project, then create a new project in cubeide from that new configuration and copy paste the relevant code files?Thanks.