2020-05-22 07:09 AM
Dear All,
Board: Nucleo - H745ZI-Q
I want to store few bytes of non volatile memory, for which I learnt that I need to use EEPROM emulation code. I went through the code given as part of STM software in en.stm32cubeh7_v1-7-0\STM32Cube_FW_H7_V1.7.0\Projects\NUCLEO-H7A3ZI-Q\Applications\EEPROM\EEPROM_Emulation\MDK-ARM . I find that there are several HAL calls made in the code.
What I require is, to have a code without HAL calls that is in terms of low level drivers or register read/write. Till now I managed to not use HAL, would like to continue this way. Kindly help.