Hi all.I tried to use GPIOB4 as output but failed.But it works as I2C SCL so I guess the chip ok.I cant find alternate function for it.Someone please help me.
Good morning. I've been trying for a while to put the MCU in low power with the wfe() instruction and wake it up with TIME2 but the MCU gets stuck in wfe() and doesn't wake up. With the debugger active it seems to work even if it doesn't respect the ...
Hello,Problem opening the Programmer, I can't click on the Integrated Circuit icon.The error occurs almost always, eventually when reinstalling, once or twice the programmer window opens correctly. After giving this error, it does not open again and ...
Just changing over to the STM8 using STVD and Cosmic.I have converted an existing project over to the new chip and compiler and have a clean compile of all the modules. The Linker is complaining that #error clnk Debug\5971.lkf:1 @svlreg missing for ...
Hello,W1209 W1219 W3230 boards and several others of Chinese origin are usually equipped with STM8S003. But I got a board with ES7P003FGTF.It looks like a PIC inside the body of an STM8. Programming system uses Data and Clock, and no capacitor pi...
Hello, I am new to ITC. I use a the TIM4 interrupt as a 10ms time base, using a callback function for the SPL interrupt handler INTERRUPT_HANDLER(TIM4_UPD_OVF_IRQHandler, 23).The callback transmits a UART2 packet to an external device and then waits ...
I have STM8LDiscovery (with STM8L152C6T6 CPU). I need to continuously read 2 ADC channels with writing the data to the memory.I'm doing my project in IAR EW for STM8 v. 3.11.4.I run into the problem: channels data (ADC_DATA) continuously exchanging t...
I am attempting to configure the UART2 peripheral of the STM8S105C4 MCU with an even parity control using this development environment: ST Visual Develop, ST Visual Programmer, STM8 Cosmic compiler, Library: STM8 Standard Peripheral Library (SPL).Pro...
I need an active high UART signal. Yes, the STM8S UART2_TX signal is active, but for hardware reasons I must invert the active low PCB output (UART2_TX). An easy solution would be a programmable STM8S feature to invert the signal. The reference manua...