Hi, I am developing an application which involves UART for the STM32F411VE, I am using FreeRTOS and I want to know if the HAL APIs and the HAL_UART_Transmit_IT in this case are thread safe, thanks
Hi, I have worked with FreeRTOS in a project with other board brand and to implement the FreeRTOS functions we followed these guides https://www.freertos.org/Documentation/RTOS_book.html which are great, now with ST I realize you can include a layer ...
in https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef4.html there are the MCU package and the patch, the first can be installed from CUBE IDE with "m...
Hi, I already had installed (using the "from local" option) the stm32cube_fw_f4_v1270.zip, but when I chose the patch (using the "from local" option) I got this error:I just have downloaded both files using the "manage embedded software packages" and...
First I would try to establish a connection with the module using a uart-USB cable and a terminal (teraterm, putty) in order to be sure that the commands I am sending are correct and also would check the baud-rate, once this is done then replicate th...
sorry, I mean, is there an application note where specify these specs, calibrations methods, etc?, I found that you have some tools but for your ST boards so I asked for the documents because I am not using an ST board