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

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
  • 2240 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
  • 1895 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
  • 975 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
  • 3799 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
  • 1681 Views
  • 3 replies
  • 0 kudos

External antenna for B-L475E-IOT01A1

I'm trying to connect an external antenna to the B-L475E-IOT01A1 eval board...The data sheet says that the external antenna is designed to be used with the U.FL connector...but I can't find is whether the U.FL connector is already soldered onto the b...

DSabo by Associate III
  • 785 Views
  • 0 replies
  • 0 kudos