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

STM8AF6223A UART 4 RXNE Flag is not set

I have a STM8AF6223A Processor connected to another processor on Pin 2, UART TX and Pin 3, UART RX. The oscilloscope verifies that both processors send correctly, 19200 Baud, 8bit Data, no parity, 1 stop bit. The STM8 processor receives the data in t...

0693W00000Bde61QAB.png 0693W00000Bde5XQAR.png
CPack.1 by Associate
  • 1284 Views
  • 2 replies
  • 0 kudos

How to read/write flash memory instead of EEPROM

Hi there!I am using stm8s MCU for my application. As the number of data that I want to save is more than the size of EEPROM, is it possible to read/write data on flash memory? If yes, may I know how to make it works and how to allocate flash memory p...

MT.2 by Associate II
  • 946 Views
  • 0 replies
  • 0 kudos

About PUSH POP instructions。

I test push and pop instruction,some issue confuse me. ​push cc #cc = 0​​when cc=0,and cc is push to stack,the value in stack is 0x28,this mean I1 I0 is set,why?​​pop cc​ #cc=0​when​ cc in stack is 0x2b,after pop,cc change to be 0x3 ,this mean I...

jduo.1 by Associate II
  • 1674 Views
  • 3 replies
  • 0 kudos