2025-11-24 12:36 PM
So coincidental enough all the projects I have done before required a RTC /w LSE. I am now working on a project that does not need a LSE, and I am finding that TF-A keeps throwing a panic because of this. The protos we had fortunately had the circuit DNL, so adding an LSE clock fixed the problem.
Is there a way to disable this? or at least use the LSI? I tried configuring it to use the LSI but still same panic.
//Error Message
NOTICE: Early console setup
PANIC at PC : 0x2ffe6b5b
Exception mode=0x00000016 at: 0x2ffe6b5b
Thank you for any help.