Comment on 1.38 Millimeter MicrocontrollerparentComments−mrheosuper2moYou write program(usually in C), compile it into machine code(to .hex or .bin file), then "flashing" it using debugger tool. This IC will execute your program.
Comments
You write program(usually in C), compile it into machine code(to .hex or .bin file), then "flashing" it using debugger tool. This IC will execute your program.