Closed oscarpeters closed 2 months ago
There seem to be an issue with: if (eeHandle.BankNumber == FLASH_BANK_1) on line 161 in ee.c
if (eeHandle.BankNumber == FLASH_BANK_1)
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'?
FLASH_BANK_1
I am using a STM32WLE5x
Hi. I will be check on next week.
@oscarpeters I have update the repository, please replace it in to your project and tell me the result. thanks.
This seems to solve my problem. Thanks!
There seem to be an issue with:
if (eeHandle.BankNumber == FLASH_BANK_1)
on line 161 inee.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