Skip to main content
delaubanua
Visitor II
January 28, 2015
Question

UART problem with STM32 discovery kit (MB913C)

  • January 28, 2015
  • 0 replies
  • 735 views
Posted on January 28, 2015 at 05:53

Hello,

I'm in the midst of project development using STM32F100RBx discovery kit (MB913C) and generating code by using STM32CubeMX and configure USART1 as asynchronous. I use Keil Arm-MDK and trying use ''HAL_UART_Transmit'' for transmitting 1Byte data but the result is wrong value.

I had checked ''Target Configuration'' Tab using Xtal = 8MHz and HSE value like below :

&sharpif !defined  (HSE_VALUE)

  &sharpdefine HSE_VALUE    ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz.

I need some advice if there are some wrong I do.

Thank you

Delau.

#stm32
    This topic has been closed for replies.