Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Hi STM Team,Which STM8 IC is used in STM8A Discovery? Is it STM8AF5288TAX or STM8AF5288TAY ?Could you also let us know the difference between both the versions?Thanks.
I wasn't sure where to post this request for the STNRG digital control IC example files so I'm reposting in STM8 after getting no responses in Power Management or from technical support in a weekThere is a link to download 5 sample files for the STLU...
As the result, the right side has very short run (it reaches 1023 in one sixth of travel). The same for Y axis, the same with another joystick. Both joysticks work properly with arduino - middle 520 (or so). Is there any (obvious) reason; how can I r...
I am trying to get I2C communication working between two STM8S003F3P6.From I2c master I am trying to initiate I2C start message using CR2 registers with below code#define I2C_CR2_START ((uint8_t)0x01) /*!< Start Generation */ ..... I2C->CR2 |...
I am trying to run example code for i2c master and slave, provided in Stm standard peripheral library from https://www.st.com/en/embedded-software/stsw-stm8069.htmlBut the master keeps crahing at I2C_GenerateSTART API call.I2C_ITConfig enableInterru...
Hello,I need to use the programmer Indart-STX with DataBlaze on a new computer but the programmer is not recognized on new windows 10/11.Where I can find the correct file to install drivers ?thanks for support,Thierry
Hi, this is my first post here so please forgive me if I'm not following some conventions.Anyway, I've encountered problem when trying to use EEPROM M24C04DRM (512kB + id page)I want to read id page address 0x00 which contains manufacturer code 0x20....