2022-03-30 03:42 AM
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
Solved! Go to Solution.
2022-03-30 03:51 AM
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
2022-03-30 03:51 AM
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
2022-03-30 03:53 AM
yes make sense,
Thanks!