Resolved! STM32H563 hard fault when trying to read UID
When I'm trying to read Unique device ID register on Nucleo-H563ZI, either by using HAL_GetUIDw0() or by doing uint32_t uid1 = *((uint32_t*)0x08FFF800); hard fault occurs.
Ask questions, find answers, and share insights on STM32 products and their technical features.
When I'm trying to read Unique device ID register on Nucleo-H563ZI, either by using HAL_GetUIDw0() or by doing uint32_t uid1 = *((uint32_t*)0x08FFF800); hard fault occurs.
I am using STM32H743VI LQFP 100 pin. There is no PC2 and no PC3 so I need to use PC2_C and PC3_C as SPI MISO and MOSI respectively. I heave read many forums on here claiming there was a bug in the silicon making PC3_C not suitable for SPI communicati...
Hi,I am looking for a STM32 micro that can control this DSI display (datasheet attached).But the display has 4-lanes DSI interface and cannot seem to find any STM32 with 4-lanes DSI. The microcontroller selector tool only has "MIPI-DSI" option withou...
Our board has an STM32L031 as a SPI master with two AD5271 Digital Pots (R24 and R25) as SPI slaves. After power-on both digital pots can be read (return default of 511). The first digital pot accessed can be given a new value and that new value re...
Hello,in the STM32F7 it is possible to enable instruction prefetch and in the same time disable ICache. Then I suppose that the prefetching does not put the prefetched instruction in cache. Is it correct?Thank you
Hi!I would like to know if there is a way to handle "automaticaly" a transmit then receive transfert using SPI and DMA ?I think using linked list should be possible, but i don't know how to configure that.. -Create a single linked list (only 1 GPDMA...
How to perform SPI communication within a board (master and slave)We are trying to loop back SPI communication within the board, and perform transmission by the slave and reception by the master on one board.The master's SPI CLK is connected to the s...
So I tried upgrading the firmware. I first downloaded the STM32CubeProgrammer, linux version, on the my computer. Then I got the device into DFU mode as per instructions and attempted to flash the new firmware using the STMCubeProgrammer software. Af...
Hello, ST experts STM32U595VJT6 is used on the design. The OTG part of MCU works well on USB device mode. And it functions as USB flash disk. But when I check the logical level from OTG device status register(address offset is 0x808), there is somet...
Hello, I have a stm42f411 with SDIO 4B configured and working properly. the SDIO conf is the following: hsd.Instance = SDIO; hsd.Init.ClockEdge = SDIO_CLOCK_EDGE_RISING; hsd.Init.ClockBypass = SDIO_CLOCK_BYPASS_DISABLE; hsd.Init.ClockPowerSave ...