2025-06-20 3:39 AM
Hello
I think I solved the problem but I do not know why. When I try to access the last address of a page it causes a hardfault.
Solved! Go to Solution.
2025-06-27 2:49 AM
Unwritten memory can fault.
Unaligned memory reads for doubles fault Cortex-M devices.
CM0(+) device will fault unaligned 16, 32 and 64 bit transactions
2025-06-20 3:44 AM
Hello @carlesls2
Could you share more details about your issue and setup please ?
2025-06-27 1:56 AM
Solved!
I do not comprehend very well how I solve it but I far as I understand casting integer into an address is not that intuitive as casting float, double or integer among themselves.
2025-06-27 2:49 AM
Unwritten memory can fault.
Unaligned memory reads for doubles fault Cortex-M devices.
CM0(+) device will fault unaligned 16, 32 and 64 bit transactions