Posted on March 08, 2018 at 00:58 Hi everyone, Since a couples days ago I'm trying to set a project in which I can use a micro SD card using the nucleo board L476RG. I'm using CubeMX 4.24 and the HAL library 1.11 for L4 for making all the setting...
Hi, I made and approach based in polling and timeout with 2 functions. With usr_uart_SerialAvailable you check is there is incoming data based in a timeout value USR_UART_BUFFER_TIMEOUT, if there is incoming data it keep reading it until the buffer i...
Hi, HAL_ADC_PollForConversion start the conversion in the selected channel and keep waiting till the conversion is done, after that you must to call HAL_ADC_GetValue to store the conversion value, you need to use both functions in this order. So, in ...
Hi @skon.1 ,Checking the tables of the ADC and the DAC there is the infomation that you need:The maximun voltage that you can drive in an ADC input pin is Vain, the minimun is VSSA/VREF - that usually is tied to ground and the maximun is VDDA/VREF+ ...
Hi @fbar , according with the STM32F767 datasheet maximum clock frequency of the ADC clock is 36Mhz:The ADC speed is not directly related with the main core clock, this is the reason because the cubeMX always select to you 36Mhz :grinning_face: .The...
Posted on June 25, 2018 at 22:27 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=06...