cancel
Showing results for 
Search instead for 
Did you mean: 

I AM GETTING THIS TYPE OF ERROR

Kband.1
Associate II

I AM USING STMf030c6

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
Andrew Neil
Super User

You need to pay attention to what it's telling you in the 'Build Output' window:

0693W000008xNvpQAE.jpgNote that you can copy & paste the text from that window - which is often more useful than a screenshot.

So your Flash Algorithm is not correctly configured; this is part of the Debug configuration in the Project options - though it should have been automatically set by the target chip selection

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

4 REPLIES 4

In project options go to debug settings and under the flash settings add in the STM32 part you are using.​

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

You need to pay attention to what it's telling you in the 'Build Output' window:

0693W000008xNvpQAE.jpgNote that you can copy & paste the text from that window - which is often more useful than a screenshot.

So your Flash Algorithm is not correctly configured; this is part of the Debug configuration in the Project options - though it should have been automatically set by the target chip selection

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

tq neil

You're welcome

0693W000008ww08QAA.png

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.