Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
The ST62T10CB6 is an OTP but the replacement may be any chip with the same footprint. We can edit the program if it will be required.Any idea ?
Timer 1 work's well without any problem.the code works properly with stm8s105k4 without any problem.
There do not seem to be definitions for Port C to be used as such. //EXTI_SelectPort(EXTI_Port_C); //EXTI_SetHalfPortSelection(EXTI_HalfPort_C_LSB, ENABLE); //EXTI_SetPortSensitivity(EXTI_Port_C, EXTI_Trigger_Falling);Is there any way to trigger a...
Posted on July 28, 2009 at 06:35Why the cosmic compiler produce this error
I have implemented the same methodology as explained in the below post:http://embedded-lab.com/blog/continuing-stm8-microcontroller-expedition/12/I am trying to receive data that is 6 bytes long on the Rx pin using interrupts. When calling ReceiveDat...
Hello,I'm trying to program and STM8L050J3 from another MCU through ICP programming on the SWIM interface. Section 5.6.1 of PM0051 presents a sequence where it is required to apply a reset and release it after the SWIM_CSR register hase been configur...
Hello Everyone,I am to test a device which uses the STM8S207RB as the controller. The controller's pin 25 and 26 are used for I2C communication. But in order to use it for the SDA and SCL signals, I need to remap its function by changing the AFR6 bit...