Skip to main content
dman
Associate III
April 29, 2016
Question

stm32f429 nucleo + x-nucleo-idw01m1 (wifi shield)

  • April 29, 2016
  • 2 replies
  • 878 views
Posted on April 29, 2016 at 23:43

Hi,

I've been utilising the x-nucleo-idw01m1 projects that come with the wifi shield on the STM32f401re nucleo board and they work great. 

I've decided to port one of the examples to use my 429zi nucleo project. I've got a project that builds, does not even have any warnings. 

However, when I upload it to flash and run it, nothing happens. When I run a debugger, I get a message: Cannot access target.Shutting down debugger. In the output window messages say ''Internal command error''.

Any seen this error before?

I have attached image showing the error and the debug window of the huart debug windows to show that is been initialised.
    This topic has been closed for replies.

    2 replies

    slimen
    Visitor II
    May 4, 2016
    Posted on May 04, 2016 at 11:02

    Hi,

    Look more carefully at the debug configuration and checked ''Download to flash'' box in the ''Debug'' tab of the project Options.

    Please let me know if  your issue is resolved or you still have other limitations.

    Regards

    dman
    dmanAuthor
    Associate III
    May 4, 2016
    Posted on May 04, 2016 at 20:51

    Hi,

    I believe this has solved my issue. I did do a FW upgrade on it too.

    I got a different problem now, but the FW does not crash now.

    Thanks