Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 440 Bytes

File metadata and controls

15 lines (8 loc) · 440 Bytes

Embedded Software

Codes for LPC1343, STM8 and STM32, includes the following:

-LED Blinking Code

-Code that dumps the bootloader

-Code for enabling CRP on the LPC (LPC1343 only)

STM8 code can be compiled using SDCC compiler and get flashed using stm8flash tool

STM32 is based on libopencm3 and can be flashed using OpenOCD tool

LPC1343 code is based on CMSIS v3.20 Templates for GNU ARM Tools and can be flashed using lpc21isp tool