Skip to content

mubaix/EmbeddedProjectTemplates

 
 

Repository files navigation

About

English | 中文

This repository contains some driver code and hardware peripheral code.

Soft Environment:

Windows 11, CLion2023, STM32CubeMX 6.8.1, openocd 0.12.0

Hardware Environment:

Weact Studio STM32H750VBT6, STM32F407ZGT6

LVGLSimulator

Implemented LVGL Simulator in CLion, and here is the corresponding blog link:

How to implement the LVGL simulator in CLion ?

BootLoader_Application

Here is specfic documentation for this project: How to implement STM32H750VBT6's Bootloader in CLion?

It took a lot of time and experience to realize this Bootloader, but I still feel very happy that is was successfully completed in the end.

ExFlashLVGL

This project implements downloading LVGL to external Flash.

InternalFlash

Write a program to measure and verify the internal Flash size of STM32H750VBT6. My development board is 1024KB, if it exceeds this range, it will enter HardFault_Handler.

Here is a documentation in the project file: How to measure the internal flash size and verify it?

STM32_DSP_Library

Port the latest arm-dsp library to STM32H750 using CLion. The newest library includes window functions that is not present in STM32CubeMX.

Ported the lateset DSP library to STM32H750 on CLion

TODO-List

  • Translate Blog into English

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • Python 0.3%
  • Assembly 0.2%
  • C++ 0.1%
  • CMake 0.0%
  • Ruby 0.0%