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

Resolved! Using eDesignSuite, design a Power Supply having 1 isolated output and 2 non-isolated outputs

Hi,I am trying to design a power supply using eDesignSuite, having universal input from85~265VAC/50Hz and having 1 isolated output 10V@15mA and two non-isolated outputs 15V@75mA and 3.3V@50mA (flyback converter). But I am unable to design both isolat...

AAli.1 by Associate II
  • 5367 Views
  • 12 replies
  • 0 kudos

M95128-DRDW8TP/K - Package Marking

Hello ST,I can't find any information for the correct package marking (part marking) of eeprom M95128-DRDW8TP/K.Data Sheet for this device not includes information about package marking specification.On the ST site for this device also has no informa...

WMaj by Associate
  • 2495 Views
  • 4 replies
  • 0 kudos

Data not being saved to EEPROM

I'm trying to use the emulated EEPROM on the b-l475e-iot board... I'm following the example from X-Cube-EEPROM, and everything looks ok... when it goes through storing values and then reading them back, everything matches... but if I try to read the ...

DSabo by Associate III
  • 2011 Views
  • 5 replies
  • 0 kudos

STM6600CS25DM6F power consumption

Hello everybody,I am experiencing an unexpected power consuption from the STM6600CS25DM6F. When the button is pressed an extra amount of current is drawn (40uA) from the circuit. I know that some of it is due to the pull-up resistor on the pbout pin ...

GLaza by Associate
  • 1060 Views
  • 0 replies
  • 0 kudos

Resolved! Dangerous error causes fires and devastation!

Hi. I'm glad you're reading this, i hope you can help.Click-bait aside, i experience a nasty and unexpected behavior of external interrupts in a professional, industrial product designed around STM8AL318ATC.In short, there are 2 digital signals (from...

0690X00000AQqq6QAD.png
arta by Associate II
  • 4088 Views
  • 5 replies
  • 0 kudos

Hi All, I am new to STM8S and not yet that good at microcontroller programming in general. I am trying to learn about timers/counters in microcontrollers. I wrote following code to toggle an LED connected at PD1 pin in each second.

#include <stdint.h>#include<iostm8s.h>void main(void){         TIM2_PSCR = 0b00000111;  TIM2_EGR= 0x01; TIM1_CR1 = 0x01;    PD_DDR = 0x01; PD_CR1 = 0x01; while(1) { if ( ( ((uint16_t)TIM2_CNTRH << 8) + (uint16_t)TIM2_CNTRL ) >= 15625 )  { TIM2_...

SP.9 by Associate II
  • 1880 Views
  • 3 replies
  • 0 kudos
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.