User Activity

Hi,Im using threadx, in that i have defined a task in which i initialize my external flash memory regions i have a 116 byte structure which contains memory informationwhen i use this structure locally i get a never execute hardfault error where as wh...
Using STM32L451CET6 and threadx I created multiple task and was running into hard fault on debugging found that from my 70KB byte pool when i created a task more than 27Kb it was running into hard fault again the usable memory is 160Kb out of which a...
so basically im using stm32l4 as a dual bank, so essentially there are two apps and a bootloader, now im in either app1 or app2 , and i clear the other apps flash addresses, now when i write to that address the data sometimes get written and sometime...