Resolved! NUCLEO-WL55JC demo binary corrupted
Hi,at this url https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html#tools-softwarethe download of the demo binary result in a zip that is corrupt.ThanksM.
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hi,at this url https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html#tools-softwarethe download of the demo binary result in a zip that is corrupt.ThanksM.
I am currently utilizing the Nucleo U575 board for a proof-of-concept endeavor. My aim is to power up the board via an external power supply input. Specifically, I've opted to use the 5V_USB_C from the USB Type-C® connector (CN15) for this purpose.I'...
In the context of a research project, I am using the STM32H743ZI2 microcontroller for object detection. However, I lack prior experience with camera interfacing and configuration. I am using a B-CAMS-OMV camera module. Therefore, I would be grateful ...
I have a H563ZIT6 . I attach its I3C(used as target) to an I3C controller, and then i find that there is no register for static address in target mode in I3C of H563ZIT6, i just find DEVR0 for dynamic address. Does I3C of H563ZIT6 support static addr...
Hi everyone,I am running en.x-cube-spin14 sample code for X-NUCLEO-IHM14A1 (STSPIN820 stepper motor driver) on a nucleo64 board with STM32F411REBefore any move of the stepper motor this code is executed: if (HAL_GPIO_ReadPin(BSP_MOTOR_CONTROL_BOARD_...
Hi,tried to update the ST-Link Firmware on my NUCLEO-F429ZI as requested by STM32CubeIDE. Updating failed and the board is no longer recognized as a USB device. The COM LED (LD4) on the ST-Link section blinks red.Is there a way to resurrect the firmw...
Hi everyone.I am developing an application on STM32H723ZGT6, I am trying to connect LwIP with ADC at DMA and also an SPI.So these three things are my main componenets that I am running on FreeRTOS.1: At SPI I want to transmit multiple commands at 60k...
Hello,I am trying to communicate between two NUCLEO-F446ZE boards using the CAN protocol. To obtain this, I am basing myself on this video (https://www.youtube.com/watch?v=HYgYN0IEoNc&ab_channel=ASKEDISON%2CDOIT), although my code is a little differe...
Hello, I use NUCLEO-H753ZI with processor STM32H753ZI. In deafault settings there is not mounted external oscillator, but I need application where it's mounted. So I added oscillator 25Mhz (same type as is described in schematic for board) and capaci...
Working with a STM32F426G-DISCO evaluation board and trying to get the Audio Playback application example to run properly. Using the V1.17.1 firmware repository downloaded from ST with the Keil toolchain to build the project which builds with no war...