Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
I have tried something like below in my interrupt function but i was unable to detect long press ,every time it was detecting short press.static timestamp_pressed=-1;if (timestamp_pressed == -1) {user just pressed the button timestamp_pressed = HAL...
This is the error message that i have received.#error clnk Release\ild004v2.lkf:62 Release\smart_reset.o: symbol __stext multiply defined (C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Lib\crtsi0.sm8)#error clnk Release\ild004v2.lkf:62 Release\s...
I'm a new comer to STM8 uCs, but experienced in other controllers. I have two questions:I would like to bring up a custom test board with In System Program/debug capability using the STM8S003F3. How do I do this quickly? A list of manuals/appnotes wo...
On Google there is the formula Time event= prescaler*counts/fmasterFor 2s how should we calculate prescaler.
Hello,I'm a software expert, and ignorant in any hardware fields.I have some faulty air condition controller board, and need help with identifying some faulty component installed on it.Could you please tell me what is this EEPROM component (see pictu...
There is a st-link. Tried to connect STVP, IAR STM8. Nothing happens. STM8S001J3 is not connected. Power commuted when trying to connect. With constant power, I also tried to connect. Why did you make such a bad microcontroller ?!
I am developing a mobile application for Android for reading and writing data on NFC. While working with the M24SR04 chip from ST, then everything worked. After the transition to the chip M24LR64ER (also from ST) - ceased.This can be done using other...
I am using IAR EMBEDDED WORKBENCH FOR STM8s. I am running a simple led blink program. But I am facing while deploying to device. It shows the message "FAILED TO LOAD DEBUGEE". Please answer about this issue.