According to another question here:
I'm stuck with waiting for the LFCLK to boot forever.
Normally, keil has a .s startup file that dictates the procedures taken after powering up, or if we are talking about a PIC chip, I can configure all the boot related registers easily in mplabx IDE, but I'm still scratching my head as to where to do the equivalent for an nrf52840.
Is there a config file I can write to? A macro definition I can modify? Or is it in the .s file?
I'm using keil uv5.
I want to use external 32Mhz HFCLK and internal 32.768khz RC LFCLK, where to properly set them up?
Are these 2 the only thing I have to worry about when configuring the chip to start properly?