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

Hello, i am using STM8L151C8T6 for learning purpose where i want to access the port of the MCU. I have initialize the port B and Port E of the controller high with the power on. (PB.0 and PE.0) and configure them with pull-up and in fast mode.

when i probed the pin of the respected port and view them on the MSO i found the delay between them.Port B was initialize first and port E later even though initialize the Port E first and Port B later. i don't want this delay between the port E and ...

0690X00000Arxy1QAB.png

Resolved! STM8 Standard Library and Cosmic produces huge code?

I'm using ST Visual develop and Cosmic to program a STM8S003K3 and I'm thought it would be nice to use the STM8 Standard Library (downloaded from ST.COM). Within a very short time I got errors telling me that I tried to put more code in the MCU than ...

Willunen by Associate III
  • 12005 Views
  • 30 replies
  • 1 kudos

Different Grounds - Energy metering

Hi.My name is Andres Gomez and I'm working on a project which requires to monitore the AC energy of the street, specifically street lightings. Therefore, we bought STPM32 that measures one phase to probe our design and then take further actions. Howe...

0690X00000As6PoQAJ.jpg

STM8001J3 - Cannot communicate with the device!

I used ST Visual Programmer to check if soldering's been completed well.I didn't open any files but just clicked the programming tab (the red arrow one) but the message that it cannot communicate with the device popped up. It still didn't work when I...

JAn.1610 by Associate II
  • 749 Views
  • 0 replies
  • 0 kudos

STM8AF UART Baudrate limitation in stdlib.

I've noticed that in the STM8 standard peripheral libraries, in the UART3_Init function there is an assertion checking the baud setting:assert_param(IS_UART3_BAUDRATE_OK(BaudRate)), which limits the baudrate to 625000.BUT according to the datasheet t...

NKorn.3 by Associate
  • 1277 Views
  • 1 replies
  • 0 kudos