Resolved! Get the X-CUBE-LED1642 driver
Helloi'm looking for the link to download X-CUBE-LED1642 driver but can't find itCan someone give me this link ?thanksbest regards
Ask questions, find answers, and share insights on STM32 products and their technical features.
Helloi'm looking for the link to download X-CUBE-LED1642 driver but can't find itCan someone give me this link ?thanksbest regards
Hello,I am working with the STM32U585AI using OCTOSPI2 to interface with the IS66WVO32M8 32 Mbyte ISSI OctalRAM. Currently I am facing an issue of read operations failing for both register and memory access, both in and out of OPI DTR mode. Register ...
Hello, I am experiencing the following issue with the STM32L433RCT microcontroller I am using: when I pull the NRST pin LOW and then release it to HIGH, the microcontroller does not recover from reset. In this case, power cycling the device does not ...
Hi all,I have been trying to set up an ethernet connection to stream camera output for my own project (using the STM32N6 Discovery Kit with a different IMX image sensor). Before working on this, I uploaded and ran the VENC RTSP Server application, an...
We have been playing with the NUCLEO-C071RB for a few weeks, waiting for our first revision of a board using the STM32C071KBT to be fabricated and assembled. We got most things going without issue, including USB CDC + HID. Power up of the custom boar...
This previous thread refershttps://community.st.com/t5/stm32-mcus-products/stm32f4xx-does-going-up-a-package-pin-count-impact-pin-af/td-p/862282The 437 is curiously a very close superset of the 417. Apart from the extra 64k RAM, the only difference i...
Hi,how do I start the USB DFU Bootloader with a STM32C071 Nucleo? I tried it while putting Boot0 to high and pressing reset or do a power cycle but the STM32 DFU does not show up in the device manager. I connected USB to the NUCLEO extra USB port of ...
MCU: STM32F767ZI-NUCLEOSTM32CubeIDE Version 1.19.0Hello Everyone!We are trying to make the MCU enter DFU mode through firmware (without connecting BOOT0 and VDD). DFU mode works well, but we do not know how to determine USBD_DFU_APP_DEFAULT_ADD and U...
Team, I have designed Custom Board with STM32F303Rb device and Having USB FS Communication and PWM Compare Output. I m Using The 8Mhz SMD Crystal (YXC make) : https://www.hxcyic.com/upload/202311/27/202311272250036173.pdf Datasheet States CL = 20 pF ...
Hi all,I've created a new default project for the STM32N6 Discovery Kit, and set up a simple blinking application using the BSP LED functions. /* USER CODE BEGIN 2 */ BSP_LED_Init(LED_GREEN); while(1) { HAL_Delay(1000); BSP_LED_Toggle(LE...