Skip to main content
Kband.1
Associate
March 19, 2021
Solved

I AM GETTING THIS TYPE OF ERROR

  • March 19, 2021
  • 2 replies
  • 1735 views

I AM USING STMf030c6

This topic has been closed for replies.
Best answer by Andrew Neil

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

2 replies

Tesla DeLorean
Guru
March 19, 2021

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Andrew Neil
Andrew NeilBest answer
Super User
March 19, 2021

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.
Kband.1
Kband.1Author
Associate
March 24, 2021

tq neil

Andrew Neil
Super User
March 24, 2021

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.