STSPIN32F0TR
Can this product STSPIN32F0TR be pressed with thermal conductive sheet? What is the maximum pressure you can handle?
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Can this product STSPIN32F0TR be pressed with thermal conductive sheet? What is the maximum pressure you can handle?
Hi all, I got trouble with updating firmware on Nucleo f103rb board (ST-Link/V2) I used STM32CubeProgrammer to update firmware. First of all, I checked connection between PC and board by clicking the green "Connect" Button, and the connection was go...
Hello, I configured the STM32L4P5G-DK project with STM32CubeIDE according to the AN5050 for Octal-SPI PSRAM. At debugging state, the process was halt at SystemClock_Config. The infinite loop looks caused by while(READ_BIT(RCC->CR, RCC_CR_HSERDY) == 0...
Hello!I am using the onboard STLINK on the NUCLEO-U031R8 to program a STM32U0 on a custom PCB. I use the SWD interface connected over jumper wires and programming works fine. I would like to enable printf for debug purposes, and since SWV is not avai...
I am using the STM32L4 B-L475E-IOT01A board with the following modules:Wi-Fi module Inventek system ISM43362-M3G-L44Bluetooth module SPBTLE-RFDocumentation: https://www.st.com/resource/en/user_manual/um2153-discovery-kit-for-iot-node-multichannel-com...
I want NUCLEO-U083RC board able to receive data from Huskylens for colour/object recognition project. I did manage to run a demo code but still can't receive data from Huskylens. I have use HAL_UART_RECEIVE and HAL_UART_RECEIVE_IT function and still ...
I'm searching for the ST-Link V2 driver to use on win11arm running on parallels on a MacMini M4.The CubeProgrammer 2.19 directly installed on M4 macOS is properly working with the ST-Link-V2 or some nucleo boards for only programming use. But because...
I am having difficulty creating AD schematic and PCB libraries for the NUCLEO-H563ZI from the MB1404 Altium project files. The process fails when attempting to create similar components, such as resistors.Is there any chance of obtaining the librarie...
I am using a STM32L4R9ZGJ6 that has the following issue: When it is powered up and a SMBUS slave device is connected, the CLK line over heats and destroys the processor. This is the device we are plugging into the board: This is the STM32 with the C...
HI,I have a custom board with STM32F405 MCU, the task is to enable PWM, set frequency, read ADC and Set DAC out voltage using CAN commands. Everything was working fine until I enabled the DAC channels, two channels were set to max DAC value(4095) and...