This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Replies: 1 comment
-
Hi @lejibxl Sorry somehow the I currently don't have time to deal with this issue, and am afraid will drop the support for Can you help try using the older core, such as v2.2.0- to see when and where it's broken to save me some time. Hopefully the effort will find out the culprit and bring back the support to Thanks ahead, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank for you library but I receive this compilation error:
C:\Users\448076342\Documents\Arduino\libraries\FlashStorage_STM32\src/utility/stm32_eeprom_Impl.h: In function 'void eeprom_buffer_flush()': C:\Users\448076342\Documents\Arduino\libraries\FlashStorage_STM32\src/utility/stm32_eeprom_Impl.h:318:30: error: 'FLASH_FLAG_ALL_ERRORS' was not declared in this scope; did you mean 'FLASH_FLAG_REG_POS'? 318 | __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_ALL_ERRORS); | ^~~~~~~~~~~~~~~~~~~~~ C:\Users\448076342\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0\system/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h:797:59: note: in definition of macro '__HAL_FLASH_CLEAR_FLAG' 797 | #define __HAL_FLASH_CLEAR_FLAG(__FLAG__) do { if(((__FLAG__) & (FLASH_FLAG_SR_ID << FLASH_FLAG_REG_POS)) != 0U) { FLASH->SR = (1uL << ((__FLAG__) & 0x1Fu)); } \ | ^~~~~~~~ Using library FlashStorage_STM32 at version 1.2.0 in folder: C:\Users\448076342\Documents\Arduino\libraries\FlashStorage_STM32 Using library SrcWrapper at version 1.0.1 in folder: C:\Users\448076342\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0\libraries\SrcWrapper exit status 1 Error compiling for board Generic STM32G0 series.
Beta Was this translation helpful? Give feedback.
All reactions