Library for programming flash memory of STM8S105 using STM32F100. You may use this abandoned project as an inspiration.
Categories
Interface EnginesLicense
Public DomainFollow STM32F100 to STM8S105 SWIM library
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi ratiafak, nice work. I have been working with STM8 uc for a while. I would like to code an Application software on windows for Real Time Debugging, I've been studying the ST Programming Toolkit API but it seems that it only provides PROGRAM MEMORY,EEPROM MEMORY and OPTION bytes access so I,ve been looking for a workaroud to access RAM memory on the run. I've seen that tools that offer RAM MEMORY access use SWIM_API.dll but couldn't find any documentation about it and reverse engineering the API for this dll is not an option. Could you please give me some advice? I just need RAM MEMORY access. Thanks.