uint32_t pointer causes hardfault error. How to align this 32 bit pointer for STM32L0 series?
I have a 32 bit pointer which saves a password passed through a function and this password is used to compare to the saved password that I have.uint32_t * password;#define PASSWORDC 0x3f44d112void pass_Init(uint32_t * pass) //pass is the address of ...