STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug: STM32F0xx HAL SPI Transmit

Posted on September 23, 2016 at 11:35 I have found a bug in the STM32F0xx HAL SPI driver, specifically in the HAL_SPI_Transmit andHAL_SPI_TransmitReceive functions. Basically they are converting a pointer to uint8_t into a pointer to uint16_t. The...

UART Over-Run interrupt occurred in STM32F4

Posted on September 07, 2016 at 11:40Hi.....!!!I am using STM32F438IIT6 for UART Receive in Interrupt mode.I have used STM32Cube Mx for UART configuration & code generation.In Cube I have configured USART1 as followsMode: Asynchronous mode. H/W Flow...

sathya by Associate
  • 1110 Views
  • 4 replies
  • 0 kudos

Resolved! FatFS f_write does not work

Posted on September 09, 2017 at 00:21 Function f_write doesn't work correctly to write on SD card. Actually it calls a series of other function and one of them is HAL_SD_WriteBlocks which puts the mcu into Default_Handler: Infinite_Loop: ...

Bug in HAL for STM32F413 Tempsensor

Posted on September 14, 2017 at 08:26Hi,while getting the ADC Tempsensor of the STM32F413 to work, I noticed that the Reference Manual and the HAL declare different ADC-Channels for the Tempsensor on the STM32F413. Changing the channel in the HAL ma...

Stefan W by Associate II
  • 496 Views
  • 1 replies
  • 0 kudos

STM3241G-EVAL FatFs_uSD Example doesn't work?

Posted on September 14, 2017 at 14:47Hi,I'm trying to get the MicroSD to work on the STM3214G-EVAL board without RTOS.  I'm using TrueStudio with the library: STM32Cube_FW_F4_V1.16.0.  The examples I'm using are under: \STM32Cube_FW_F4_V1.16.0\Proje...

Resolved! CubeMX Nucleo H743 USB CDC Device not working

Posted on August 28, 2017 at 22:35I generated a new project selecting Nucleo H743 , set the RCC to 8Mhz and made sure that USB is clocked at 48Mhz just like I did on the F767. Unfortunately the device does not show up in the windows device manager.D...

jamann by Associate II
  • 836 Views
  • 2 replies
  • 0 kudos