User Activity

Hi, i have stm32f446ze on my custom pcb. Pin details : PC8 SDIO_D0PC9 SDIO_D1PC10 SDIO_D2PC11 SDIO_D3PC12 SDIO_CKPD2 SDIO_CMDGlobal interrupts enabled and no DMA. i tried with Cubemx version 6.0.1, 4.25.0, 4.26.0. but whole the time , f_mount gave ...
Greetings From Turkey, We have a hardware using stm32l471. We wake up at certain times and send data to the server. Then we go back to sleep mode.Here is the our callback to switch to low power consumption mode.void low_power_callback (int time) { s...
Hi all, i realized that , printf doesnt work after wake up from sleep mode, i am using rtc to wake up mcu from sleep mode every minutes. Here is my structure config.sAlarm.Alarm = RTC_ALARM_A; sAlarm.AlarmDateWeekDay = 0x31; // Nonspecific sAlarm....
Kudos from