HAL UART returns HAL busy
Posted on September 16, 2016 at 08:42My STM32F411 controller always returns HAL busy while UART receive interrupt occured, is this relative to hardware? can any one give me a sugestion.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 16, 2016 at 08:42My STM32F411 controller always returns HAL busy while UART receive interrupt occured, is this relative to hardware? can any one give me a sugestion.
Posted on August 22, 2016 at 07:24Hello,I am use STM32Cube ver. 4.16 and STM32F3xx HAL Driver version number V1.3.0.When using HAL_UART_Receive_IT , during more than once unless you remove a communication cable : the program enters an IT IRQ infini...
Posted on July 22, 2014 at 09:04Hi!I found a description file 'C library for ST7590 and STM32' for the library I need to use, but I can't the library. I am new in this, this is my first project in my company- sending data from STM32F102CBT6A to ST75...
Posted on September 16, 2016 at 07:58HI all! i am using STM32F411 Controller . it returns BUSY while UART interrupt handling. give me some suggestion on this it also shows over run erroer
Posted on September 16, 2016 at 06:22Hello all,I created a board for a STM32F411 that I program using the serial bootloader. It works great, except that since I am programming it over bluetooth, it is extremely slow (over 3 minutes to upload a 100k ...
Posted on September 14, 2016 at 21:57HiI am attempting to develop application on STM32F469II that utilizes USB CDC.On our HW board, i am able to run STM CubeMX CDC Standalone example.But we are using Keil toolchain, and when running Keil based examp...
Posted on August 30, 2016 at 06:22Dear all,I am doing project with STM32F2 and RGB 18 bit lcd, via FSMC. But I do not know how to setup it.And could to tell me where I can download example code of STEVAL-CCM004V2 with STM3220G-EVAL?Best regardsThinh
Posted on September 14, 2016 at 09:59 Hello, I have something unclear about the DMA. From the datasheet( http://www.st.com/content/ccc/resource/technical/document/reference_manual/cf/10/a8/c4/29/fb/4c/42/DM00091pdf/files/DM00091pdf/jcr:co...
Posted on September 15, 2016 at 15:58Hi guys,The project that I am doing needs the RTC clock to be working all the time.When VDD = 0V I have VBat powering the RTC. When the MCU reboots, I need to know if the time indicated by the RTC is correct, or ...
Posted on September 15, 2016 at 05:03 Hi guys: I just want to disable the Can receive Interrupt when processing the important datas and after then enable it again. should i config the can baud rate or other registersagain ,or just chan...