About Microcontrollers
About microcontrollers
Contains source code for basic microcontroller operations. Much of the code is copied from the JN5189 SDK and partially adapted for TWENET. It also includes the startup functions main()
and WarmMain()
that run TWENET.
main()
and debug output functions like _putchar()
printf()
library (does not use NewLib)assert()
and debug functions like PRINTF()
This section describes implementation details of TWENET and considerations for developing application programs.
About microcontrollers
Startup functions main(), WarmMain()
RAM allocation
About printf (Debugging, Serial Output)