GCC SDK RTL8710 basic version (including the window platform cygwin installation and Ubuntu platform Linux Installation routines), including cross compilation of the installation, compile, link, run, debug, and so on. SDK implementation of the function:
- WiFi connection settings (including AP mode and STA mode).
- peripheral resource control (including GPIO, SPI, UART, IIC, etc.).
- the user uses the sample method
- 802.11 b/g/n,CMOS MAC,Baseband PHY
- CPU: Cortex-M3
- ROM: 1 MB RAM: 512 KB, FLASH: 1 MB
- WiFi @ 2.4 GHz,Support WPA/WPA2 Security Mode
- Support STA/AP/STA+AP Module
- SPI,UART,PWM,GPIO
- Deep Sleep Current 10 uA,Shutdown Current below 5 uA
- Use LWIP network protocol stack
- Use FreeRTOS operating system
Command Usage Description all $ make all Compile project to generate ram_all.bin clean $ make clean Remove compile result (.bin,.o,…) clean_all $ make clean_all Remove compile result and Toolchains flash $ make flash Download ram_all.bin to flash setup $ make setup GDB_SERVER=server (server=openocd or jlink) Setup GDB_SERVER debug $ make debug Enter gdb debug ramdebug $ make ramdebug Write ram_all.bin to RAM then enter gdb debug