Skip to main content
jouko.perkkio
Associate II
August 7, 2021
Solved

MCSDK: is it possible to use different MCU than what are supported in the MCU selector?

  • August 7, 2021
  • 1 reply
  • 856 views

I have a design which uses STM32G431C6T6 (LQFP48). In the MCSDK, it is possible to select only between STM32G431RB (LQFP64) or STM32G431CB (UFQFPN48).

Is it somehow possible to configure/hack the MCSDK use some different MCU? This LQFP48 version of the STM32G431 is very close to the UFQFPN model anyway..

This topic has been closed for replies.
Best answer by Laurent Ca...

Dear @jouko.perkkio​ 

The STM32G431C6T6 has 32 KB of Flash memory while the STM32G431CB has 128. This is not a problem for the STM32 MC-SDK.

The STM32G431C6T6 also has an additional HW accelerator (CORDIC).

But the packages are the same.

Therefore, if you select STM32G431CB, the STM32 MC-SDK should work fine.

Come back here if it doesn't.

Do not hesitate to check "best answer" if this answer is OK for you.

Best regards

1 reply

Laurent Ca...
Laurent Ca...Best answer
Senior III
August 9, 2021

Dear @jouko.perkkio​ 

The STM32G431C6T6 has 32 KB of Flash memory while the STM32G431CB has 128. This is not a problem for the STM32 MC-SDK.

The STM32G431C6T6 also has an additional HW accelerator (CORDIC).

But the packages are the same.

Therefore, if you select STM32G431CB, the STM32 MC-SDK should work fine.

Come back here if it doesn't.

Do not hesitate to check "best answer" if this answer is OK for you.

Best regards