Skip to main content
Visitor II
January 5, 2024
Solved

Can we use NUCLEO-G070RB board for the development purpose of STM32G0B1 controller

  • January 5, 2024
  • 2 replies
  • 1202 views

We are currently using STM32G0B1VE. But we are having NUCLEO-G070RB evaluation board. Can we use the NUCLEO-G070RB board for developing the code before the actual board arrives?

    This topic has been closed for replies.
    Best answer by InsignificantBit

    Yes, there shouldn't be a problem. Main differences will be mostly feature availability and possibly some IRQ vectors named different.

     

    2 replies

    ST Employee
    January 5, 2024

    Yes, there shouldn't be a problem. Main differences will be mostly feature availability and possibly some IRQ vectors named different.

     

    VasanthaAuthor
    Visitor II
    January 5, 2024

    Thank you for your reply. One more doubt, Can we use NUCLEO-F401RE for the developing the STM32G0 series controller?

    ST Employee
    January 5, 2024

    The STM32F4 (high performance MCU) series and STM32G0 (Mainstream MCU) series don't share the same architecture, core, peripheral, firmware library etc ... 

    So if you want to use STM32G0B1VE in the future, it is better to start developing with a product inside the same series like STM32G070 nucleo board and not with the STM32F4 nucleo.

     

    Best regards,

     

    Simon