This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Loadind PDSC Debug Destryption failed for STM32L010

Hi.

Please help me because i do not know what to do.

I am using keil for Cortex M0+ that is STM32L010 and after each programm start i get a message:

Loadind PDSC Debug Destryption failed for STM32L010

Disabling usage of PDSC Debug Descryption .

And in console output next message is:

Context    : Item #1: <control if="jep106id != 0x20">
                 Item #0: <block>::Line 2
Expression : "              Message(2, "Not a genuine ST Device! Abort connection.");"
----------------------------^
E203       : Undefined identifier - function 'Message'
 

Do you know how to fix it? And what causes the problem?

I found a the advice that i should delete file in DebugConfig folder but on the next keil starts the error appear once again

Parents Reply Children
  • Yes i did but it doesn't work as decreibed in that link.

    I downgrade to 2015 and now i do not have my STM32L010 device on the list.

    in different way, does this error (information) affects how keil works or this is only startup info message I can ignore?

  • I did one more thing and I have no strength for it

    I am try to meke simple code for STM32L010 ony with CMSIS and startup file. in ver 5.14 works fine but this strange error apperars (from first post) but now ater upgrade MDK i do not have startup file and keil makes me to include CubeMX but i do not want it

    what can i do to have simple startup file like in previous version?