Thank you !
You've got much further than me, at least can see some pulses.
I am going to get deeper in registers with debugger and a ton of (cluttered) ARM documentation.
Wish me good luck because I need it.
Is this necessary ? Could not have found doing anything. Maybe it is from an older ARM implementation.
You've got much further than me, at least can see some pulses.
I am going to get deeper in registers with debugger and a ton of (cluttered) ARM documentation.
Wish me good luck because I need it.

Is this necessary ? Could not have found doing anything. Maybe it is from an older ARM implementation.
Code:
//Somehow not availalbe in SDK//Also not mentioned in M33 TRM Section 12.2//printf at end of this function shows that dwt/itm registers are//written as expected#define CM_DWT_LAR (*((volatile uint32_t*)0xE0001FB0)) CM_DWT_LAR = 0xC5ACCE55;
Statistics: Posted by gmx — Sat Nov 09, 2024 1:53 am