cancel
Showing results for 
Search instead for 
Did you mean: 

serial programming

FFS.1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

4 REPLIES 4

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

thank you very much for your attention and suggestion.