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

what does the line 6 wait do?

void sEE_ReadBuffer(uint8_t* pBuffer, uint16_t ReadAddr, uint16_t* NumByteToRead) { //__IO uint32_t timeout = 0xFFFF; __IO uint32_t timeout = 0xf00; /*!< Wait the end of last communication */ for (;timeout > 0; timeout--);   /* Set the poin...

can't find the Device at IAR.

hello,i use IAR EW for STM8 3.11.1(latest version on IAR website)​but i can't find STM8L050J3M3 Model at "General Options - Target - Device"so.. which one should i choose?Thank you.bast regards.Device : STM8L050J3M3 C Compiler : IAR EW for STM8 3.11....

KTAEW.1 by Associate
  • 1279 Views
  • 0 replies
  • 0 kudos

How PVD interrupt when in Active-halt mode

Hi,STM8L152 with buttons and LCD, using CR2032 battery. Most of time MCU is in Active-halt mode and keep LCD display. Now I want PVD low voltage interrupt to inform user to change battery in LCD.​So my question is, can PVD interrupt work in active-ha...

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.