How to configure serial port for stm8l discovery board
I have to print data on the console and I could not able to enable serial port for stm8l discovery
I have to print data on the console and I could not able to enable serial port for stm8l discovery
Hello,I'm very new with stm8. Im using a STM8L050 and it seems i have bricked my board because i have set my CPU in halt but now i cannot flash it again. Is it possible ?Best regards,Aurélien
mcu into active-halt mode, so i can not enable ULP?if i set ulp to 1, then the lcd blinks
#if I2C_ENABLE USART_ClearITPendingBit(USART1, USART_IT_RXNE); USART_ITConfig(USART1, USART_IT_RXNE, DISABLE); p_write = (uint8_t *)&temp100; sEE_WriteBuffer(p_write, write_addr, 2); USART_ITConfig(USART1, USART_IT_RXNE, ENABLE); printf("i2c write do...
Even though I did set optimization to "Disable for Debugging (-no)" there are certen lines of code which are removed by the compiler and are not available for setting a breakpoint and they do not get executed. This can be observed by certin results a...
Posted on August 14, 2017 at 18:04Hello, I use STM8AF52xx, STVD and cosmic FSE, when I try to use STM8S_StdPeriph_Lib and CAN example I encounter this error:&sharperror clnk Debug\stm8af52ax.lkf:1 @svlreg missing for function f_CAN_RX_IRQHandler(I ...
I'v downloaded stvd tools from st official web and installed stvp & stvd simutaneously. After that, stvp can be opened, but not stvd. It shows the message as below when click the stvp icon to try to open it. I'v tried many times reinstalling this too...
LCD_DeInit(); //LCD_Cmd(DISABLE); halt();when add lcd_deinit(), the current of halt mode increased, why