STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Where the configuration is stored in STVP

I would like to know where the configuration set in STVP is stored.I'd like to set the configuration automatically, but I don't know where the default storage address is.  

ShawnHong_0-1713491873576.png

Unsing STEVAL-IDB012V1

Hello,I am using the STEVAL-IDB012V1 module, can you please tell me how I can test it? program it?

ljm by Associate III
  • 103 Views
  • 3 replies
  • 0 kudos

STM8S bootloader Wireshark Dissector?

I am using the STM8S bootloader via a USB/FTDI.  I can use Wireshark/USBpcap and catch the exchanges and I have a somewhat happy "export packets, parse with Python" method of looking at the exchange.But has anyone already written a proper Wireshark d...

AN2659, chaining interrupts, how?

AN2659, section 4.1.3 Vector table redirection, says that "The primary interrupt table contains a set of jumps to the user interrupt table" but the same code that accompanies this document does not seem to implement this - does this code just need to...

Reading mapfiles - a tool for you

I have seen a number of questions about reading the stm8s mapfiles and I was also someone who struggled so the attached tool might be helpful (and do let me know of any errors!).The key elements are:- There are some elements that are stored in ROM ("...

STVisual Develop building libraries

I have a very simple main using UART1 and already my application is 7kB!  The web implies that this is because I am getting a lot of UART1 and CLK code built and linked in that I am never using.  One suggestion is to split the UART1 and CLK files int...

Install STM8CubeMX Issues

Getting stuck installing STM8CubeMX on Ubuntu 23.10.Downloaded from here: https://www.st.com/en/development-tools/stm8cubemx.html From the manual found here: https://www.st.com/resource/en/user_manual/um2125-stm8-configuration-tool-stmicroelectronics...