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

SWIM ICP programming on STM8L050j3

Hello,I'm trying to program and STM8L050J3 from another MCU through ICP programming on the SWIM interface. Section 5.6.1 of PM0051 presents a sequence where it is required to apply a reset and release it after the SWIM_CSR register hase been configur...

MGuer.1 by Associate
  • 1054 Views
  • 2 replies
  • 0 kudos

Set Option Bytes AFR, STM8S207RB

Hello Everyone,I am to test a device which uses the STM8S207RB as the controller. The controller's pin 25 and 26 are used for I2C communication. But in order to use it for the SDA and SCL signals, I need to remap its function by changing the AFR6 bit...

huck lim by Associate
  • 1256 Views
  • 1 replies
  • 0 kudos

Stm8s003f3 Pin as SPI MOSI and use MISO as GPIO

1. I am using Stm8s003f3.In it a slave SPI device is connected, which only inputs data, it dont output any data so MOSI is only used.2. My question is can I use remianing MISO pin as GPIO? since MOSI is used after configuring SPI, will it automatcial...