User Activity

Hello all,this code snippet is not working: the page is not erased, although the HAL does not report errors.No RTOS is running. if (HAL_ICACHE_Disable() != HAL_OK) {Error_Handler();} status = HAL_FLASH_Unlock();if (status != HAL_OK) {Error_Handler();...
Scenario: the configuration for the RTOS has the defalt task generation set as weak If USBH_USE_OS is Enabled the call to MX_USB_HOST_Init() is put in the weak implementation of the CMSIS default thread, suggesting to do this in the real implementati...
Posted on December 15, 2017 at 16:26Hi all,I am developing a bootloader + update system which needs FLASH pages manipulation (unlock/erase/program) from a FreeRTOS task.The same unlock/erase code works fine if called before the os scheduler is launc...
Kudos from
Kudos given to