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
  • 847 Views
  • 2 replies
  • 0 kudos

Resolved! FATFS anti-tamp pin fixed?

I'm working on a project that involves using FATFS and I was curious if I had to use the specified anti-tamp pin that gets shown. I declare other input GPIO, but only PC13 shows up as PC13-ANTI_TAMP

Labels