Hi TI Community,
I'm currently working on MSP430F67791 using IAR Embedded workbench. I have a reference code for my 3 phase smart meter and I found something interesting function names "__low_level_init". I dig about this function and I found that it works before "main" called. My questions are
1) What's the requirement of this function and when to use it ?
2) How its different rather than calling a function inside the main function?
Thanks in advance,