cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to know if i can use STM32NucleoG070 for trying STSW-IMG010 people counter SW

Kh.1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Kh.1
Associate II

Thanks will try it and let you know