Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Arduino: STM32G0B1 Emulated EEPROM

Post edited to follow the ST community rules. Please use </> button to paste your code. See this post.Hello All I'm working on an load cell based solution using ADS1232 as AFE. Due to the constraints, we have not used external EEPROM. IDE- Arduino ID...

Mayank_K by Associate
  • 1578 Views
  • 3 replies
  • 3 kudos

ST M41T01 RTC

Hello Forum members,I am using ST M41T01 RTC in one of my products. I observed a strange behavior when I remove the coin cell and other power to the RTC. I configured the RTC for today's time, say 10 Jun 2025 and kept it running for an hour. It was w...

AEPL_ST by Associate
  • 1149 Views
  • 3 replies
  • 0 kudos

Resolved! WeAct BluePill: TIM3 on pins PB0 and PB1 not working

Split from WeAct BluePill + : SPI1 does not work (works with older generic BluePills !) - which is marked as solved.Please keep to one question per thread.finally : unfortunately notlots of things are working , but now , timer3 on pins PB0 and PB1 do...

mwalt.3 by Associate III
  • 623 Views
  • 1 replies
  • 2 kudos

stm8 using AWU/HALT/EXTI

I am building time lag switch- i have at42q1010 touch ic connected to PA3- i have stm8s003f3 mcu- Using latching relay to conserve power- timeout is my pot value- Exti on at42q1010 rising edge exti_cr1 =0x01; ( the ic reads low when no touch and when...

mag1_eng by Associate
  • 2699 Views
  • 0 replies
  • 0 kudos

Resolved! AIS2120SX sensor read data issue

Hi , i am trying to read the sensor data of AIS2120x only for sensor ID type , i can see from the bus the data is transferred correctly, but i don't receive any data back from sensor rather its only 0. i have attached the code snippet for this test, ...