Evan Widloski

Results 168 comments of Evan Widloski

I'm also interested in this. I've taken a stab at creating my own chip file, and commented on which page I pulled each parameter from. ``` # Chip-ID file for...

So I've made some progress: ``` [evan@blackbox ~] st-info --probe Failed to parse flash type or unrecognized flash type detected chip_id parametres # Device Type: STM32L552 # Reference Manual: RM0438...

Not able to get `st-flash write` working yet. I produced a simple LED blink `.bin` with stm32duino that is confirmed working. This is the console output when stm32duino calls the...

@Ant-ON see https://github.com/stlink-org/stlink/pull/1247

I'm having trouble getting the flash to erase. `st-flash` is detecting nonzero bytes during the write step. I think the flash isn't being erased at all, because my blink program...

@Ant-ON Why bother reading the value of the `VOS` bits? Why not just zero them out every time?

I've made the changes, but erasing still doesn't work and there are nonzero values in the flash: ``` [evan@blackbox src] /home/evan/resources/stlink/build/Release/bin/st-flash write /tmp/arduino_build_678130/blink.ino.bin 0x8000000 st-flash 1.7.0-193-ga23ef65-dirty Failed to parse flash...

@Ant-ON, I've made the changes, but I'm getting an identical error message. Also an unrelated problem is that the `--reset` argument doesn't seem to work, but running the `reset` command...

@Ant-ON If you'd like it, I can also give you guest access to a machine that has the board connected if you give me your ssh pubkey.