cancel
Showing results for 
Search instead for 
Did you mean: 

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

jouko.perkkio
Associate III

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..

1 ACCEPTED SOLUTION

Accepted Solutions
Laurent Ca...
Lead II

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

View solution in original post

1 REPLY 1
Laurent Ca...
Lead II

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