STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDMMC + FATFS saving logs

Hello @ST Community I am using STM32F769I-disco to save real time data in SD card with SDMMC2 & FATFS. The sensor value are type float. The problem is that there are saving data in the file of SD card but the screen freeze.this is the code that i am ...

Integrating LittleFS in stm32L1XX project

Hello,Because there are negative side effects of using FatFS in my program to write logs to an SD Card, I am trying LittleFS library with an implementation of the HAL library.When I mount the filesystem &lfs I get a result of -84 which indicates that...

JBamb.1 by Associate
  • 2486 Views
  • 2 replies
  • 1 kudos

Resolved! UART 7-Bit mode in STM32F103C8T6 Controller

Hii I am using STM32F103C8T6 controller and i want to initialize UART 7-Bit mode as per this configurations none Partiy Bit and 1 stop Bit. But in the controller has  these two parameters UART_WORDLENGTH_8B & UART_WORDLENGTH_9B. Then how to init UART...

Yeswanth by Associate II
  • 1218 Views
  • 4 replies
  • 2 kudos