Skip to content

danchouzhou/N76E003-SDCC

 
 

Repository files navigation

Nuvoton N76E003 BSP for SDCC

Usage

  1. Compile Common.c and Delay.c
sdcc -c Common.c -D FOSC_160000
sdcc -c Delay.c -D FOSC_160000
  1. Compile main.c and link all things together
sdcc main.c Common.rel Delay.rel

Benefits using SDCC

  • Cross platform included Windows, Linux and OS X.
  • Fully free, no code size limit and open source.
  • Compact code size.

    http://sdcc.sourceforge.net

Benefits of Nuvoton N76E003

Application highlight

  • BLDC controller
  • Wireless charger

About

BSP for N76E003 Series 8051 MCU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • C++ 2.2%
  • Assembly 1.3%