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

Cannot connect to STM32F103T4 using ulink2

Hello,

Someone please help,

I have not been able to program or debug the STM32F103T4. I can correctly detect the part with the "Cortex-M Target driver setup" but when I go to connect for programming, I get the following error : "Cannot Access Memory", but only the first time , every time after that, I get "Cannot enter debug mode". If I cycle the power on my board, the above error sequence repeats itself.

I have checked and rechecked the setting for flash and memory locations and they are correct per the data sheets.

My board has multiple of these chips, and they all do the same thing.
Also The debugger works fine with the development PCB.

Parents
  • no they are not chained, they are completely separate entities and it does not work in either jtag or serial wire mode.

    Another note: PA0/wkup does not function as defined in the documentation, it is supposed to be wake-up on rising edge only, but actually acts like a power up/down pin. It MUST be pulled up or it will not be seen on jtag at all,
    at any time,if I pull it low , it disappears, if I release the ground , it re-appears.

    ALSO it does not appear to work with built in serial programming mode, when boot0=1 and boot1=0 the pins still float and nothing responds.
    I plan on using internal clocks only, but I also tried connection a crystal to it, but it does not oscillate.

    the ulink is fine since it works with the development board.

Reply
  • no they are not chained, they are completely separate entities and it does not work in either jtag or serial wire mode.

    Another note: PA0/wkup does not function as defined in the documentation, it is supposed to be wake-up on rising edge only, but actually acts like a power up/down pin. It MUST be pulled up or it will not be seen on jtag at all,
    at any time,if I pull it low , it disappears, if I release the ground , it re-appears.

    ALSO it does not appear to work with built in serial programming mode, when boot0=1 and boot1=0 the pins still float and nothing responds.
    I plan on using internal clocks only, but I also tried connection a crystal to it, but it does not oscillate.

    the ulink is fine since it works with the development board.

Children