Hello everyone,
Well I was trying to create Faults. This was to keen my analysis on Faults sources and debugging. I was successful but not at first and it's actually because of that failure to fail that I come here.
Well, I basically set Timer1 load value without enabling the peripheral clock. Well, this didn't generate any Fault! Or at least it didn't call the FaultISR. When I used Timer5 it faulted just fine.
So my questions is:
Is there peripherals (excluding cortex-m4 peripherals) already with clock enabled on reset, and if so where can I find this info?