Question
Getting Hardfault when creating a local variable and not getting Hardfault when making the same variable Global
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 information
when i use this structure locally i get a never execute hardfault error where as when i move that variable to global i dont get hardfault
please note that the stack size of task is 6200 bytes
Attaching screenshots
