Does anyone know how to solve this GDB error?
I never had a problem to debug my project but now I get these error messages. I didn't change anything. Also I can't change the content of the gdb.ini file. What should I do?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I never had a problem to debug my project but now I get these error messages. I didn't change anything. Also I can't change the content of the gdb.ini file. What should I do?
I'm curious if I can use an 8-pin STM8 breakout board to replace some 74LSXX series ICs, or in some cases, maybe a handful of them. I need to build a 7-seg LED display that outputs hex. I can order one, wait a week, pay $8 for shipping, hope it works...
I am having a communication problem with MAX485 ic. I am trying to change Ic receiving mode to transmit mode by using 'PB4' pin and i am using UART1 , SWIM pin as a Transmitter. in some controllers i am unable control pin in the middle working. I am ...
Hi All,I am using stm8s001j3 controller, PA1 and PA3 are using as a UART communication by using Remapping. i am able to send the data but unable to receive data. UART configuration is GPIO_DeInit(GPIOD);GPIO_Init(GPIOD, GPIO_PIN_6, GPIO_MODE_IN_PU_...
Program memory write stopped working for me. I tried with two STM8S005K6 chips. And everything works fine if I use some other STM8 chip. Getting below error when trying using STVP.Error : Programming failedError : Problem while trying to Reset swim a...
Hello, I'm having some problems with UART1 in STM8S001J3. I'm using the simple code below (the compilation is ok), but when I try to programming the MCU in STVP, a error happen and the MCU doesn't work anymore, even though I try to programming with a...
I try to disable the SWIM interface in a STM8AL3168 derivative, by setting the SWD bit of the global configuration register (CFG_GCR) = 1 in main().typedef struct CFG_struct{ __IO uint8_t GCR; /*!< Global Configuration register */}CFG_TypeDef;#define...