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

How to use UART at STM8L050j3?

Hello,Using STM8L050j3, ST LINK/V2 ISOL, STVD.I am studying the UART and i have connected MCU and ST LINK/V2 ISOL.They use SWIM with USART TX / RX Pin.A problem is that PC don't receive the any text.​I think that cording is fine(easy example) but i s...

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

Resolved! Can I swap D+/- pins on the ECMF4-20A42N10?

The pinout of the connector and USB controller I am using means that I need to flip the differential signals either side of the ECMF4-20A42N10.The layout would be a lot cleaner if I could swap D+/- signals on this device. For example:Swap Pins 9/10 a...

PBain by Associate
  • 1617 Views
  • 2 replies
  • 0 kudos

Differences in ST90T158 and ST90E158

We have made good progress in migrating from an ST90R158 (ROMLESS) processor to an ST158E158 (EPROM). The issue we are now facing is that the code that is running in the ST90E will not run in the ST90T (will not even try to boot), which is our ultima...

Bolan69 by Associate II
  • 704 Views
  • 0 replies
  • 0 kudos

UART based Boot loader for STM8 MCU's

Hello All,We have designed a custom board using STM8L052C6 MCU chip, where we have include a Boot loader functionality in it.This Boot loader is UART based where the application binary file will be received on the Custom board in packet over UART an...