Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I recently used or try to use the FLASH IAP on a EFM32 Pearl Gecko (EFM32PG12_STK3402) and found a "bug" in the flash_api.c. The flash_init() function should be changed from:
flash_api.c init actual
to
flash_api.c init should be
and flash_free() function from:
flash_api.c deinit actual
to
flash_api.c deinit should be
With this changes you can use in your program the FLASH IAP without using the direct EFM32 Flash HAL init & deinit functions and the program portability should increase.