STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART with DMA and new line detection

Posted on September 23, 2015 at 04:39Hi all, in my project which takes data from a device from UART, and I have made it use the DMA to save the info.  The callbacks HAL_UART_RxCpltCallback and HAL_UART_RxHalfCpltCallback are called and working well....

andy2 by Associate II
  • 1905 Views
  • 5 replies
  • 0 kudos

error due to stdlib.h file IAR

Posted on September 25, 2015 at 08:30I am using IAR Workbench for programming my stm32f4 Discovery board and am having trouble using functions like malloc from stdlib.h file which is present in this path: IAR Systems\Embedded Workbench 7.0\arm\inc\c...

sommer by Associate II
  • 1234 Views
  • 1 replies
  • 0 kudos

STM32F072 Discovery USART2 not transmitting

Posted on September 23, 2015 at 05:08 Having trouble getting USART2 working on both of mySTM32F072 Discovery boards. USART 1, 3, and 4 work fine. Here's a test program that fires off the port number in a loop. It's basically similar to wh...

Timer enable blocks rest of main function.

Posted on September 24, 2015 at 18:17I am new to timers. If anyone can see a fundamental mistake, please advise.I have set up a time interrupt callback function which simply increments a integer. It is based on a LED blinking example, so shouldn't s...

estersci2 by Associate III
  • 300 Views
  • 1 replies
  • 0 kudos

problem in virtual com port

Posted on September 14, 2015 at 13:01Hi !! I created a project cubemx configured for the virtual com port.i configurate it following the steps of : https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a%2f%2fmy....

0690X00000604sGQAQ.png 0690X00000604sLQAQ.png 0690X00000604saQAA.png
med by Associate II
  • 637 Views
  • 4 replies
  • 0 kudos

Trasmitting through UART

Posted on September 23, 2015 at 20:41 I am trying to transmit a string of characters through USART3 of a STM32F215RG using the code below. If I run this code, I see no output on my terminal. If I single step through this code I see all character...