cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong flash memory size in st-link

VolterPhase
Associate II

Hello,

 

I am using the STM32f107vct6 which has 256kbyte flash memory size. However, after connecting to MCU via st-link V2 and ST-link utility it shows me just a few pages of my flash memory size and the wrong flash memory size.

88.png

what is my mistake?

 

1 ACCEPTED SOLUTION

Accepted Solutions

The ST-LINK Utilities are very OLD and DEPRECATED

Use STM32 Cube Programmer for most current software

The part could be mismarked. Perhaps intentionally to get a higher price. 

The die has more FLASH, a sub-set was tested in production, and burned in the OTP settings, the tools should be reading that 16-bit word to see size in KB, check that, check the description of this value in the Reference Manual RM0008

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

The ST-LINK Utilities are very OLD and DEPRECATED

Use STM32 Cube Programmer for most current software

The part could be mismarked. Perhaps intentionally to get a higher price. 

The die has more FLASH, a sub-set was tested in production, and burned in the OTP settings, the tools should be reading that 16-bit word to see size in KB, check that, check the description of this value in the Reference Manual RM0008

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..