STM32 MCUs Embedded 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
  • 1267 Views
  • 2 replies
  • 0 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
  • 621 Views
  • 4 replies
  • 3 kudos

Resolved! Custom bootloader jump to application in STM32H7A3

hello,     I use STM32CubeIDE 1.16.0 and working on a custom bootloader to jump to application at address 0x08100000, here're the jump code below:    void jump_to_application(uint32_t flash_address) { void (*app_reset_handler)(void); uint32_t main_st...

lbapplem by Associate II
  • 718 Views
  • 4 replies
  • 1 kudos