User Activity

 Good morning to all,I would like to learn how to use the eMMC that has my STM32H745i-Disk, something simple a simple structure with data to save when the board is turned off and read when it turns on.The data to save is the following structure: type...
Hello to all I would like to use the eMMC that comes with my board (STM32H745I-Disco) but I'm a bit lost. where can I look for examples?I would like to keep a simple structure to start with and then read it. Something like:   typedef struct { char ...
Good morning to all,I was wanting to save data in the non volatile memory of my STM32H745i-Disk with the STM32H745XL micro.It is only to save the following structure to read it every time the microcontroller is turned on and modify it from time to ti...
Good morning to all,I am wanting to make a simple numeric keypad where I only press numbers and they are seen in a text area and then when I press a button it compares it with a char and if it is the same it does one thing or another.My problem is th...
 Good morning,I am trying to use the RTC and I managed to make it work as expected for the 24hs format, it has no delays and when resetting I could see how to make it save the time but I am having a problem with the 12hs AM/PM mode, the set to go fro...