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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.