HiI am using stm8s103 controller and stlink programmer on Ubuntu.I have configured the system with SDCC for STM8S controller. I am getting following error while writing binary in flash. Following is the error i am getting,Determine FLASH area Due to ...
i have attached image of error.
I get a swim error [30006] when trying to connect to an unmodified STM-S08-DISCO board (configured for S001J3). I viewed the SWIM signal at pin 1 of the socket and the voltage levels do not look valid. It is powered by USB and the STLINK LED does f...
How can I solve this problem ?
The CANH and CANL signals are reversed on the DB9 connectors. The schematic shows CANH from the TJA1043 driver chip going to pin 7 of the DB9, and CANL going to pin 2. This is the standard for use of DB9 connector on many CAN devices. In fact, the...
please provide suggestion and example of multi channel adc reading on interrupt
Posted on August 02, 2016 at 13:24I have a weird condition in which the STM8S003 does not read the entire packet I'm sending using a PC serial port. For example I have sent 256 bytes using a PC software but at the end I have only read 214 bytes inst...
the function where taken from st spl main() ; TIM1_DeInit(); GPIO_DeInit(GPIOC); GPIO_Init(GPIOC, GPIO_PIN_1, GPIO_MODE_OUT_PP_HIGH_FAST); //TIM1_TimeBaseInit(0, TIM1_COUNTERMODE_UP, 4095, 0); TIM1->CCER1 = 0x77 ; TIM1->CCER2 = 0x37 ; TIM1->C...