STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo F767ZI lwip and Hal interaction

Posted on September 16, 2017 at 00:24Greetings , I'm figuring out LWIP and the Ethernet setup on the above mentioned board. I've found the LWIP application note very useful in understanding LWIP and  Cube MX does extremely well to explain how to set...

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
  • 297 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
  • 147 Views
  • 1 replies
  • 0 kudos