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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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.