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

Trouble with ST CHN P 24C32WP EEPROM

We have a programming problem for this ST CHN P 24C32WP K2A823 component that was provided to us. The reference component we use and know how to program is the ST CHN P 24C32WP K2A237. The only difference in marking on the IC is 823 instead of 237. W...

TPier by Associate III
  • 1198 Views
  • 2 replies
  • 0 kudos

Read EEPROM

Hi.I want to read the EEPROM but i don't see any function for this. i write my data in eeprom by hal_flashex_dataeeprom_program() function and i want transmit eeprom's data with uart to pc. how can i do this?

ah by Associate
  • 1272 Views
  • 2 replies
  • 0 kudos

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
  • 917 Views
  • 0 replies
  • 0 kudos