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
You Might Also Like
Free CRM Software With Something for Everyone
Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
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.