User Activity

Hello everyone,For my project requirement, I need to implement both LTDC Display and log data on a uSD card simultaneously and periodically.Implementing these two tasks separately works fine.While implementing these together, in the debug mode, I get...
Hello everyone,I am student and using the FATFS middleware to log sensor data to a uSD card using stm32f746g dev board. The data gets logged only for the first few minutes (8 minutes) and then the f_write() returns a status as FR_LOCKED (16).What cou...
Hi everyone,I am trying to implement the STANDBY mode in stm32f746g board using the system wakeup pin PI11 (user push button). The issue is that once I press the button, the controller automatically wakes up from the STANDBY mode.I have attached my c...
Hello all,I am trying to implement ethernet connectivity with stm32f74 uC using lwIP stack.I am able to generate fsdata.c file.I have used the 3rd party tool - makefsdata.exe to generate fsdata.c file. Now I would need another file - fsdata_custom.c ...
Hello all,I am trying to implement standby mode in stm32f7 board. The issue that I am facing is that the MCU wakes up automatically from standby mode even when I do not trigger the external wakeup pin.Below is my code from CubeIDE. Any help will be a...