Hi,
I am new to LPC MCUs programming. In an example i encountered to using of "c_entry" function in the code. Whats that for?
regards
I suspect that you are looking at some very old example code => at one point in time, various toolchains used a function called "c_entry" as their main user application code entry point, which would be called from the startup code (rather than the "main" function).
Regards,
MCUXpresso IDE Support