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

I am trying to implement simple spi communication between 2 stm8s. Sending 0x04( address of pin2) and passing the received data as argument to GPIO high .Slave code is txe is not becoming 1 and program stuck there.

I am trying to implement simple spi communication between 2 stm8s. Sending 0x04( address of pin2) and passing the received data as argument to GPIO high function so that LED connected at PORT D PIN 2 will glow. Master code is working properly, degugg...

Upate.1 by Associate II
  • 2382 Views
  • 4 replies
  • 0 kudos

Issue in reading the EEPROM data via SPI

Hi,We are using MPC5xxx uC and configured single SPI channel for 3 different devices. One of the device is EEPROM (M95256-DRE) and SPI channel is configured as 'Synchronous' mode.Issue : Before configuring the SPI channel for EEPROM, the two devices...

NC.1 by Associate
  • 688 Views
  • 1 replies
  • 0 kudos

Resolved! Exactly how much is endurance?

HiWe are using 95128-A125. It's datasheet provides "write cycle endurance" numbers for various operating temperatures. But there is a note that reads "The Write cycle endurance is defined for groups of four data bytes located at addresses [4*N, 4*N+1...

PRana.3 by Associate
  • 1266 Views
  • 2 replies
  • 1 kudos

STM8L101F3U6ATR MCU example code size

Hello Community,I am new to STM8. I have used STM32 Cube IDE. I want to check the code size of the GPIO example for STM8L101F3U6ATR MCU.I can not find example codes in STM32 cube mx.Can anyone please tell me the approx size of GPIO example.Thanks,Hir...