Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
I am trying to run simple program to output HIGH on IO pin of microcontroller STM8S003F3P6. I am using PB5 pin to output High. I am using 3.3v power supply and expect GPIO to output 3.3v when I set it HIGH but surprisingly I am getting 5V instead, b...
Can the TIM1 part of this tutorial be simplified as follows?https://embedded-lab.com/blog/continuing-stm8-microcontroller-expedition/6/Remove everything related to the the interrupt, because TIM1_GetCapture2() can be called at any time from main(). I...
Chip select configured as Active High from tms570.SPI Frequency is 1 Mhz.
I am following this tutorial and trying to get a complete understanding of the code:https://embedded-lab.com/blog/continuing-stm8-microcontroller-expedition/6/I have a few questions regarding the TIM2_setup(void) function:1 Why is channel 1 and chann...
Is the modified RF-output filtering better in terms of EMI for FCC or CE-certification?The new filtering in V2 consists of two filtering stages and replaces one integrated filter 2400-2500 MHz.What is the reason for this change and why did you set ST...
Hello Team,we have a board with 5x I2C devices on it. So far it works fine but we have a strange effect.We have 1x M24C02-FMH6TG (0x50 --> fixed??) and 1x M24C64-DFMC6TG (0x54 -> fixed!) from STMAdditionally we have further devices like temperature s...