Skip to main content
Visitor II
August 1, 2022
Solved

serial programming

  • August 1, 2022
  • 1 reply
  • 1662 views

I'm a programming student I'm wanting to develop a program to read the memory of the st10f168 or reprogram this st10f168, is there an example of how I can do this. I need help to develop.

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    https://www.mikrocontroller.net/attachment/286818/ST10FlasherDLL.pdf

    https://www.st.com/resource/en/application_note/an2354-st10-uart-recommendations-stmicroelectronics.pdf

    Probably more Win98 Win2K era relics. TBH I'd just reverse engineer the DLL and ST10Flasher at this point, and port functionality into something Microsoft supports today.

    An STM32 CAN loader might be a better resume builder, and interview conversation piece, just saying..

    https://www.st.com/resource/en/application_note/an3154-can-protocol-used-in-the-stm32-bootloader-stmicroelectronics.pdf

    https://github.com/effenco/stm32-can-bootloader

    https://github.com/madprogrammer/stm32-can-bootloader

    1 reply

    Graduate II
    August 1, 2022

    Sounds more like copying than developing. Is there some value to this exercise that couldn't be better focused on something that's not older than you are? Like MCUs in general usage in 2022?

    https://www.st.com/resource/en/application_note/cd00004343-flash-programmingreprogramming-st10f269--st10f280-stmicroelectronics.pdf

    FFS.1Author
    Visitor II
    August 1, 2022

    the example will show me the logic for programming this type, it's not about copying and pasting. Bear in mind that I don't know how I'm going to do this in C++. Thank you for your answer.