Resolved! Solder Bridges on the NUCLEO-L433RC-P
Hello,On the board NUCLEO-L433RC-P I can see the copper shape(see the copper in the white ellipse). Is the lines connected? What's the function? Thanks!
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hello,On the board NUCLEO-L433RC-P I can see the copper shape(see the copper in the white ellipse). Is the lines connected? What's the function? Thanks!
Hi,I can't find the binary of the demo firmware that is preload in the discovery kit.Where is it?I need this binary to evaluate other project examples in that board and recover the original demo later.Thanks,Gilen
Hey, I have the problem that my Board broke in two pieces. I read that you can program the Target board from the ST Link with new connections. I disconnected the two Jumper on CN4 and connected CN6 to the Pins an CN11 as shown on the picture.CN11 PIN...
When in the description of features of a Nucleo board, it says:Cryptography: NUCLEO-H533RE, NUCLEO-U083RC, and NUCLEO-U545RE-QAs in the case of the NUCLEO-C031C6 in its description.
Hello,I want to develop logger with flash drive and STM32H753 (NUCLEO-H753) using STM32Cube. I started to develop this application with USB_OTG_FS (which is soldered on this board) - successfully completed. Then I wanted to change to USB_OTG_HS. This...
I have attached herewith the first iteration of the schematic for my custom stm32 board utilizing the H753ZIT6 MCU.I would like to clear few doubts regarding 1) In the nucleo schematic for the same, STM has used F7 MCU for their ST Link interface, sh...
I used STM32CubeMX to set up a Nucleo board (STM32F411RE) to communicate via I2C with a ADXL345 accelerometer.- RCC & clock settings at default- SDA on PB9 and SCL on PB8- I2C Fast Mode- targeted MDK-ARM toolchain- generated code In `main.c` added th...
Hello, I am using EVLSPIN32G4 and when connect it to my PC via USB I get a device connection error. After performing the following steps, a problem occurs when connecting USB (J8).1. Connecting through J9 pin of EVLSPIN32G4 with STM32 ST-LINK Utilit...
Hi, Can't find the source code for the STM32H7S78-DK preloaded TouchGFX Demo, Where could I find this? Thank you,
Hi, I am going to run a simple external Interrupt excercise on Nucleo-G0B1RE. The push button (PC13) works correctly but the ISR is not working on this pin! The sample code is attached. What is the problem with the Interrupt? #include "main.h" void...