Skip to content

This is the repo for the firmware from the PRoMo project

License

Notifications You must be signed in to change notification settings

Bibi2424/PRoMo_Firmware

Repository files navigation

PRoMo_Firmware

This is the repo for the firmware from the PRoMo project.

At the moment, based on STM32F411RE Nucleo board.

What you need to compile

This project is compiled using a Makefile, but you can easily integrate that in your favorite IDE if you prefer to. To be able to make, you need:

To be able to flash the chip, I use a ST-LINK/V2 and the ST-LINK Utility CLI (that can be found here). Update the PATH for that in the Makefile also

Usefull documentation

  • Reference Manuel for the micro-controler: RM0383 -Reference manual. Usefull for a detailed description of the HW modules.
  • Datasheet of the uc : STM32F411xE Datasheet. You can found the list of the pins alternate functions here.
  • You can also found the HAL User Manual with the STM32CubeF4 in <User>/STM32Cube/Repository/STM32Cube_FW_F4_V1.21.0/Drivers/STM32F4xx_HAL_Driver/STM32F411xE_User_Manual.chm. You can see the details of every HAL functions and a list of the structures fields and possible values.

About

This is the repo for the firmware from the PRoMo project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published