2024-01-05 01:23 AM - edited 2024-01-05 01:23 AM
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?
Solved! Go to Solution.
2024-01-05 01:45 AM
Yes, there shouldn't be a problem. Main differences will be mostly feature availability and possibly some IRQ vectors named different.
2024-01-05 01:45 AM
Yes, there shouldn't be a problem. Main differences will be mostly feature availability and possibly some IRQ vectors named different.
2024-01-05 01:55 AM
Thank you for your reply. One more doubt, Can we use NUCLEO-F401RE for the developing the STM32G0 series controller?
2024-01-05 02:00 AM
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