Questions tagged [stm]
The stm tag has no summary.
16 questions
0 votes
2 answers
49 views
Write Protect Pull-Down resistor EEPROM
I’m using an EEPROM where a Write control pin is present. If it is driven low, write operations are enabled. I want to keep it in low state all the time. However in some applications I’ve seen a 10k ...
0 votes
0 answers
50 views
EEPROM interfacing with I2C [duplicate]
I need to interface an EEPROM to my microcontroller using I2C interface. I also want to connect an RTC in the same bus. How should I calculate the required pull-up resistor values? As per the EEPROM ...
1 vote
2 answers
134 views
NPN transistor not turning on when applying PWM to its base?
I am trying to spin a BLDC using discrete components with an STM32F030C8T6 and using its TIM1 to control the high and low sides. High and low sides are controlled by NPN transistors that each control ...
0 votes
0 answers
112 views
PWM-controlled Buck Converter MOSFET heating up and signal too rippled
I have the circuit below with all the components the same, except the PMOS being a SQD50P04-13L_GE3 MOSFET. The PWM signal that is sent from the STM is from a 216 MHz clock with prescaler 100 and ...
1 vote
1 answer
89 views
Problem using STM32 FLash memory to store data
I followed tutorial to store data in flash memory of stm32. I have stm32f407 discovery board, I first flashed code to store a string in sector11 of the flash memory (0x080E0000). Then I checked in ...
2 votes
1 answer
114 views
What should the stabilizing capacitances of C5444548 be?
I need to know the stabilizing capacitances for C5444548, because the datasheet does not indicate their values. 8MHz Surface Mount Crystal 20pF ±10ppm ±20ppm SMD3225-4P Crystals ROHS The link to the ...
1 vote
1 answer
113 views
What battery connector is this and how to disconnect?
This is the battery connector of the STM sensortile.box. I’ve never encountered this type of connector before. How to safely disconnect this type of connector?
1 vote
1 answer
220 views
Meander antenna in the corner of PCB
Can anybody think of a reason why I should not put an antenna in the corner of the PCB like this: It is useful in my design because the board is quite big, and i cannot afford removing copper along ...
0 votes
0 answers
113 views
Why does the STM32F030 hang when the solenoid Lock is activated?
The circuit consists of a STM32F030 and several 5 V relays, which are connected to the coil to open the door. The input voltage is from 18 V which is fed from a 220 to 18 V transformer (not switching ...
0 votes
1 answer
370 views
How to Decode Quaternion Data from LSM6DSV16X IMU Sensor FIFO?
I'm working with the LSM6DSV16X IMU sensor, which comes with a Sensor Fusion Low-Power (SFLP) algorithm providing a 6-axis game rotation vector (quaternion) stored directly in the FIFO. The datasheet ...
2 votes
1 answer
224 views
Digits on 14 segment display are mirrored one to another
I have a synth device using 2-digit 14-segment display, a Mutable Yarns Clone. The PCB design is here. It uses an STM32F103CBT6. I flashed it via JTAG without any issues. the display is driven by a ...
0 votes
1 answer
206 views
Can you identify these ST brand SMD components?
Can you identify these ST brand SMD components? They're from a angle decoder circuit with LEDs and relays.
0 votes
2 answers
414 views
Identify chip from picture from STM
I have tried to google the different type of code and I cant really confirm that what I suspect I found is actually the right thing so I might want to see if something can confirm my finidng. I ...
0 votes
0 answers
169 views
Nucleo-32 L432KC doesn't work properly when powered by the 5v pin
I uploaded the simplest code to my Nucleo-32 L432KC STM32 board. The LED3 should just blink every 1 second. It works perfectly when the board is connected to the computer by USB, and it also works ...
0 votes
1 answer
101 views
Connecting TTL-232R-5V-PCB to STM32F103C8T6A bluepill via OTG and installing boot to this STM32 microcontroller
I have TTL-232R-5V-PCB and STM32F103C8T6A bluepill board. I am working on installing bootloader to this bluepill board on that way, I have searched on the web about it but all people connected them ...