nimaltd / ee

EEPROM emulation for stm32.
GNU General Public License v3.0
343 stars 76 forks source link

FLASH_BANK_1 undeclared #31

Closed oscarpeters closed 2 months ago

oscarpeters commented 2 months ago

There seem to be an issue with: if (eeHandle.BankNumber == FLASH_BANK_1) on line 161 in ee.c

it seems that the FLASH_BANK_1 does not seem to be declared: _'FLASH_BANK_1' undeclared (first use in this function); did you mean 'FLASHBASE'?

I am using a STM32WLE5x

nimaltd commented 2 months ago

Hi. I will be check on next week.

nimaltd commented 2 months ago

@oscarpeters I have update the repository, please replace it in to your project and tell me the result. thanks.

oscarpeters commented 2 months ago

This seems to solve my problem. Thanks!