Hello
This project is an example based on F1C100s microcontroller. RT-Thread operating system is used here.
Gui guider and LVGL software are also used for graphic design.
You can open the project file named LVGL2RTT and extension .ebp with EmBitz software and compile and program it after connecting the F1C100 based board.Of course, it must be in boot mode.
You also need to copy phrases in the EmBitz software in the section below.
Project>Build Options>Post-Build Steps. Copy the following statements
arm-none-eabi-objcopy -O binary ${TARGET_OUTPUT_FILE} ${TARGET_OUTPUT_DIR}${TARGET_OUTPUT_BASENAME}.bin
${TARGET_OUTPUT_DIR}sunxi-fel -p spiflash-write 0x0000 ${TARGET_OUTPUT_DIR}boot.bin
${TARGET_OUTPUT_DIR}sunxi-fel -p spiflash-write 0x10000 ${TARGET_OUTPUT_DIR}LVGL2RTT.bin
离线