User Activity

  • Posted a comment on ticket #183 on stm32flash

    Due to the way the tx_size is handled you will need to do the same "-2 byte" adjustment in run_raw_code as in main.c:527 otherwise the write won't be 4 byte aligned. With the following change the code works in my setup (with -F 34:34). while (length > 0) { w = length > ( stm->tx_frame_max - 2) ? ( stm->tx_frame_max - 2 ) : length; if (stm32_write_memory(stm, address, pos, w) != STM32_ERR_OK) { free(mem); return STM32_ERR_UNKNOWN; }

  • Created ticket #183 on stm32flash

    TX_length limit ignored by stm32_run_raw_code()

View All

Personal Data

Username:
khautio
Joined:
2001-09-13 07:21:10

Projects

  • No projects to display.

Personal Tools