Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Edited by moderation, please do not share personal contact info in your question.
In many aplications i am using simple template, where interrupt routines (for example UART receive) raise flags (volatile variables) and main() function polling these flags and processing these events (for example parsing incoming UART charaters). I ...
Hello,We are using M95512-6RMP with STM32WL5CC, we powered EEROM with STM32WLE5CC Pin. According to M95512-6RMP datasheet its voltage range is 1.8V-5.5V.I have attached our schematic of EEPORM connection.Please help us in this case. We want to use EE...
Hello, I have a question about STMA-Discovery Boards. I want to use just one board which is STM8AL one, without connecting it with STM8AF, and i want to make LIN communication using Peak Lin (which requires an exterior 12V power supply). Normally to ...
Hi there,On a battery-powered board using the STM8l050J3, in order to reduce at the minimum the power consumption, in Active Halt mode and using RTC wakeup, (at a few tens or at most hundreds of uA) as indicated, I want to disable Vrefint.To do so, d...
I made one bootloader then jumps to the application code, I set one GPIO pin as low before jump instruction then set GPIO pin as high at the beginning of the application code. 1, However, it takes so long time when measured by oscilloscope about 325m...
I am using STM8 and since vector table is in flash memory I need to write to flash memory in order to create and use vector table. Since addresses of vector tables are fixed my code writes same values to same memory address of the flash on every star...