Unable to assign an address to a pointer!
Hi,I am trying to assign an address to a pointer the following way:#define FM_P_ADDR 0x0807F800uint64_t * addr = ((uint64_t *)FM_P_ADDR);However, running the line will direct the execution to the Hard Fault Handler routine.What is happening? What ...