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 informationwhen i use this structure locally i get a never execute hardfault error where as wh...