Skip to main content
BPfei.1
Associate II
March 30, 2022
Solved

How to use or program STM32F103CB MCU on EVSPIN32G4?

  • March 30, 2022
  • 1 reply
  • 942 views

Hi there,

on the EVSPIN32G4 are the STM32G431 MCU and the STM32F103CB MCU. Currently I only have the STM code generation programmed for

STM32G431 MCU. Is it possible to program the STM32F103CB MCU with the STM Workbench too, so that I can e.g. control the AD converters from this STM32F103CB MCU too?

And can i transfer data from one MCU to the other?

Thanks and best regards

Bernd

This topic has been closed for replies.
Best answer by Peter BENSCH

The STM32F103CBT6 controls the debugger block ST-LINK/V2-1 and is used to access the STM32G4 via USB as well as to provide a Virtual COM port via USB. Of course, you could reprogram the STM32F103 using the internal bootloader, but then you would lose access to the STM32G4.

Does that make sense?

Regards

/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
March 30, 2022

The STM32F103CBT6 controls the debugger block ST-LINK/V2-1 and is used to access the STM32G4 via USB as well as to provide a Virtual COM port via USB. Of course, you could reprogram the STM32F103 using the internal bootloader, but then you would lose access to the STM32G4.

Does that make sense?

Regards

/Peter

BPfei.1
BPfei.1Author
Associate II
March 30, 2022

yes make sense,

Thanks!