STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 HAL UART transmission

Posted on December 08, 2016 at 09:38 I'm trying to send data by STM32f103 to an Arduino board using UART. Data isn't received properly. The code is generated using STM32CUBEMX and here is the part I added: uint8_t Test[] = '1 2 3 4 5 6 7 8 9 1...

kmehranh by Associate II
  • 787 Views
  • 2 replies
  • 0 kudos

Custom bootloader STM32F405VG

Posted on November 26, 2016 at 00:33Hello,I'm working in a custom bootloader. I have follow many discussions here and then i end up with this code.commenting the function PerformFirmwareUpdate() the code works ok!   pFunction appEntry; uint32_t appS...

abarrotes by Associate II
  • 1846 Views
  • 14 replies
  • 0 kudos

STM32Cube UART Receive Interrupt

Posted on September 11, 2014 at 17:24Dear Friends, Hi,I want to get an interrupt by receiving each character on UART port. How can I use HAL_UART_Receive_IT() and HAL_UART_RxCpltCallback() functions? When I call HAL_UART_Receive_IT() function its ca...

h2399 by Associate II
  • 4174 Views
  • 12 replies
  • 0 kudos

STM32 USB VCP extra symbols

Posted on November 28, 2016 at 23:46Configuration: STM32F107, Linux PC, VCP library provided by STM. Received data is buffered from interrupt and reading within RTOS task context. When resetting device, it's start to be visible as /dev/ttyACM0. Ok. ...

USB VCP Driver Problems Windows 10

Posted on November 27, 2016 at 17:10HiI try to send data over a VCP USB interface from my STM32F446RE to the computer. I use a C♯ programm with a SerialPort interface to read the data.Under Windows 7, 8 and 8.1 everything works perfectly fine but on...