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

GPIO_ReadInputPin not working for STM8S003F3P6

The below code works with out the initialization "GPIO_Init(GPIOA, GPIO_PIN_3, GPIO_MODE_OUT_PP_HIGH_SLOW);" ,but does not work with initialization.void main(void){ volatile uint8_t count; count = 0x00; GPIO_DeInit(GPIOA); GPIO_Init(GPIOA, GPIO_P...

mvk by Associate
  • 942 Views
  • 0 replies
  • 0 kudos

Some pointers required and some help

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...

Resolved! Help with identifying a component

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...

MMovs by Associate II
  • 10003 Views
  • 10 replies
  • 0 kudos