HSU

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: IntelliSense Directories not relative #12989
    HSU
    Participant

    yes, you are right. In Version 5.3R6 the path is relative again in the <NMakeIncludeSearchPath>tag of the vcxproj.

    in reply to: OpenOCD: flash write algorithm aborted by target #12846
    HSU
    Participant

    thanks for reporting the bug to OpenOCD.

    I think the behaviour with partly erased flash and full erased flash is important. The download always succeeds with previous full flash erase.

    Just for info: the bug still exists in your latest OpenOCD 20171024-0.10.0 package.

    in reply to: OpenOCD: flash write algorithm aborted by target #12808
    HSU
    Participant

    Sorry, as we don’t have an STM32l443RC  board here, we would be able to reproduce it/confirm the fix, hence we won’t be reporting this to OpenOCD.

    I am sure you can reproduct it with every STM32L4…

    Please also try our latest update to the OpenOCD package. It may already include the fix.

    I am using the OpenOCD 20170821-0.10.0 package. I think it is your lastest…

    in reply to: OpenOCD: flash write algorithm aborted by target #12775
    HSU
    Participant

    Hello,

    I added “mon stm32l4x mass_erase 0” direct before the “load” command and it works.

    set remotetimeout 60
    target remote :$$SYS:GDB_PORT$$
    mon reset init
    mon halt
    mon stm32l4x mass_erase 0
    load

    Are you report the bug to the OpenOCD community?

    in reply to: OpenOCD: flash write algorithm aborted by target #12770
    HSU
    Participant

    by the way… when I perform a full chip erase (e.g. with STM32 ST-Link Utility) and then load the “moved blink example” via VisualGDB the download succeeds. When I restart the download it fails again. So there might be a difference between a full erased flash and a partly erased flash for the OpenOCD flash driver…

Viewing 5 posts - 1 through 5 (of 5 total)