Does have the STM32C5 and STM32U5 microcontroller
Does have the STM32C5 and STM32U5 microcontroller documents e.g hardware user manual?Could you please help me to confirm this?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Does have the STM32C5 and STM32U5 microcontroller documents e.g hardware user manual?Could you please help me to confirm this?
Dear ST Support Team,I am currently working with Alliance Memory SPI-NAND Flash (part number: AS5F38G04SND-08LIN]) and noticed that Alliance Memory lists process compatibility with only three STM32 families: STM32MP1, STM32H723/5xE/G, and STM32H742/...
I get the following error when trying to debug an STM32H757 with SWO enabled. Failed to enable SWV configuration.Failed to execute MI command:-data-write-memory 0x5c003010 x 4 0x77etc...It would seem the debugger (ST-link v2) is not able to read the ...
HeyI work with the eval-board Nucleo h743ZI. I implemented sine wave playback using the DAC and DMA, and everything worked very well.After that, I designed my own board with the same microcontroller and added an external 25 MHz crystal.I couldn’t get...
Hello,I am using STM32H750VBT6 to perform microSD card write operations. After a number of writes, the CPU sometimes resets during a write operation. At the same time, the Vcore (1.13V) rail shows a voltage drop. The issue is random, but the higher t...
Hello,I'm using STM32G0B1RCT6 use cubemx generate cdc project works okbut when I edit endpoint to 0x03 it Not working properly USB packet capture endpoint 0x03 returns stall ny Idea about this issue and how to fix it please?Thanks.
I am developping STM32F469 with TouchGFX to display with LTDC in RGB888. I can display an image in the internal SRAM. However, when trying with SDRAM, the screen truns black, and the debugger can only read 0s. But when I tried with the framebuffer re...
Hey everybody,I was wondering if someone could help me correct my firmware that I've written.I created a custom board using the STM32C011F4P6 MCU. I put an FTDI UART-to-USB converter on the board to be able to view outgoing messages from the custom b...
Hello we try to use the backup sram on 0x3880 0000 .We have build the software :#define BKPSRAM_BASE 0x38800000UL #define BKPSRAM_SIZE 0x1000UL typedef enum { BkpSram_Init = 0 , BkpSram_Wait = 1 , BkpSram_WriteStr = 2 , BkpSram_ReadStr = 3 ...
We are developing a product that needs the ability to run 3 separate CAN interfaces connected to 3 separate CAN buses. I have the NUCLEO-F413ZH and I can successfully initialize and start CAN1, CAN2, and CAN3 and transmit from each of them in a sing...