Skip to content

Commit

Permalink
Adding link to good ioc starting point for STM32F769I-DISCO
Browse files Browse the repository at this point in the history
  • Loading branch information
lains committed Feb 7, 2024
1 parent 75c0559 commit b801ed5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ There are abstraction layers in place to ease porting of this code to another bo

Porting to another STM32 microcontroller will be easier than porting to another manufacturer.

For the STM32F769I-DISCO, I found quite useful to start from a [project that has an valid .ioc file already setup for that board](https://github.com/spark404/STM32F769I-DISCO_Blank_Project.git) concerning all major required peripherals (on that board, this means USART6, LCD and Ethernet).
Although that example uses a RTOS (actually very useful for networking), the ioc file is a good starting point and networking may be supported using active polling in a mainloop.

#### Display support

First, LCD should be taken care of (after all, this whole code is about displaying power usage to a screen).
Expand Down

0 comments on commit b801ed5

Please sign in to comment.