User Activity

Posted on May 16, 2018 at 12:58Hi fellows, I have a issue when i exit the stopmode on my stm32h7.I notice that my power consumption goes down from 34mA to 5mA when i put my MCU in StopMode. But after the wake up from the StopMode i read 19mA. This i...
Posted on May 15, 2018 at 15:32Hi, i'm having an issue using Stop mode on my nucelo board.At the moment i program my StopMode to do this : - Wakeup on RTC counter- Do not remove / change the states on the GPIO (I need this functionnality on my proje...
Posted on March 13, 2018 at 10:00Hi,I was wondering if SDMMC can drive more than 1 SD card at a time. I understand that the cube or the SDMMC functions are not involved here.I also noticed that FATFS_LinkDriver() use a variable called VOLUMES which ...
Posted on February 28, 2018 at 12:19Hi,I've been playing around with FatFs for about 1 mounth now. I succefully used SDMMC and SPI protocol to save and read data from an SD card.I order to improve the system (it's a improvement for the project) We d...
Posted on February 21, 2018 at 16:20Hi,I have the problem that many of us have as seen on the number of post on the forum. Unfortunatly for me nobody have the same issue as i have!Let s point out first what i'm trying to do.I'm on a small project of...