LED toggling
I am using NUCLEO-U575ZI-Q eval board. I am trying to blink RGB LEDs. But RED LED which is connected GPIOG pin 2 is not toggling.
I am using NUCLEO-U575ZI-Q eval board. I am trying to blink RGB LEDs. But RED LED which is connected GPIOG pin 2 is not toggling.
continuing from this : https://community.st.com/t5/stm32-mcus-boards-and-hardware/stlink-v3mods-uart-api/td-p/747740Finally found the reason why could not get data from STLINK V3-MODS from the 2nd UARTCompared to the VUART the UART RX/TX pins are rev...
Hi everyone,I’ve noticed that many STM32 development boards include two microcontrollers: a main controller and an additional smaller-range controller. For example, I have the STM32L476 Evaluation Board, which features the STM32F103CBT6 as the second...
Hello,I recently bought the newly released development kit STM32N6570-DK that includes a touch screen and a MIPI camera manufactured by ST. It comes preprogrammed with some nifty demos, including the AI demo which should show off the AI capabilities ...
Hello,I am not receiving SPI interrupt on the NUCLEO-G491, and I would like some support.Here is the source code project.https://github.com/katsumat/STM32CubeIDE/tree/main/workspace_1.16.1/SPI Specifically, I would like to perform the following actio...
Hi, I am having STM32U575ZI-Q development board. I have implemented a firmware with FreeRTOS with low power support where the firmware goes to the low power mode and unless there is an external interrupt, it stays in a low power mode. Now, I want to ...
Hi, I would like to evaluated ADC of STM32H745. I would like to have 12bit 5.12MHz dual ADC. According to my understanding, I need to use model STM32H745II in 176 pin UFBGA to obtain ADC performance. Is there any board like nucleo, which can be used ...
Hi,I'm relatively new to the whole MCU thing and bought a Nucleo-H755ZI-Q. So one of the first things I tried to do was to make the LED blink. That was no problem, I configured the PB0-Pin for LD1, made it a GPIO for the M7 chip and it blinks happily...
I have a NUCLEO -G071RB board with an X-NUCLEO-GFX01M2 display shield, and am trying to run the X-CUBE-DISPLAY demonstration software GFX01M2_HelloWorld. I have imported the project to CubeIDE and built it OK, but when I try to run it I get an error...
Hi ST,Newbie question with regards to finding the right documentation.I went through previous threads trying to find an answer to this but I have not come across anything.I have an older iteration of the STM32F072B-DISCO board (as I've discovered!). ...