I would like to know if i can use STM32NucleoG070 for trying STSW-IMG010 people counter SW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 12:46 AM
The STSW-IMG010 project recommends NUCLEO F401RE board but I have STM32NucleoG070.
Will the example work with STM32NucleoG070 . What will be the changes that i will have to do if i have to run the code in my board.
Solved! Go to Solution.
- Labels:
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 1:38 AM
Yes, it will also work with the NUCLEO-G070RB, if you adapt the IOC, the board related stuff in the source code and insert the required drivers, e.g.
- CMSIS\Device\ST\STM32G0xx
- Drivers\STM32G0xx_HAL_Driver
- Drivers\BSP\X-NUCLEO-53L1A1\X-NUCLEO-53L1A1.c
- Drivers\BSP\X-NUCLEO-53L1A1\X-NUCLEO-53L1A1.h
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 1:38 AM
Yes, it will also work with the NUCLEO-G070RB, if you adapt the IOC, the board related stuff in the source code and insert the required drivers, e.g.
- CMSIS\Device\ST\STM32G0xx
- Drivers\STM32G0xx_HAL_Driver
- Drivers\BSP\X-NUCLEO-53L1A1\X-NUCLEO-53L1A1.c
- Drivers\BSP\X-NUCLEO-53L1A1\X-NUCLEO-53L1A1.h
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 1:59 AM
Thanks will try it and let you know
