Resolved! STM32H5 ECC errors and ICACHE invalidation
Should ICACHE be invalidated when a double ECC error occurs?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Should ICACHE be invalidated when a double ECC error occurs?
Hello Everyone, I'm Bala! I'm New to the Embedded Field, In our Project I have to write one USB Driver code fully. This is where USB and Enum install, Endpoint Bulk transfer thing, Getting Device and Config Descriptor, and everything else comes in. S...
i am using STM32C011F6P6 and try to enter stop mode byLL_PWR_SetPowerMode(LL_PWR_MODE_SHUTDOWN);LL_LPM_EnableDeepSleep();__WFE();the current is little bit more than not entering the shutdown modeand the clock is not stoppingis there any thing I shoul...
In the FLASH_ECCDETR register, the ADDR_ECC field description contains:"The address in ADDR_ECC is relative to the flash memory area where the error occurred(user flash memory, system flash memory, data area, read-only/OTP area)."But I'm having troub...
Hello, I have a issue to control IS66WVE4M16EBLL-70BLI with STM32U585AII6. Although IS66WVE4M16EBLL-70BLI is 8MB, I can read and write only 8KB. IS66WVE4M16EBLL-70BLI has 22 address lines and 16 data lines.(4M * 2 = 8MB) The problem is if i ...
Hi, I'm trying to generate a sine wave using the DAC and DMA with the STM32H563ZIT6. How should I configure the IOC setup? I want to generate a 100 Hz frequency with a 50% duty cycle. Can anyone please help me?
Hello All.Reading a register value from an I2C device assumes: Writing the device address-> Writing the register address without STOP-> Reading the value . I am trying to figure out if I can do it using only available HAL functions but I don't see h...
STM32F4 is working in USB Device MSC mode successfully.I need to detect the USB connection state. I put the HAL_PCD_ConnectCallback function in main.c but on compiling I received warning.Debug/../USB_DEVICE/Target/usbd_conf.c:307: multiple definition...
Hello ST people, I spotted an error in AN2834 rev 9, figure 8. Please refer to the image attached.A negative offset error should be depicted in figure 8, but it is a positive offset error, just like in figure 7. To be a negative offset error, the act...
Hello everyone, i would like to know the HAL function that allows to reset the value of a simple counter. I don't find the HAL function to reset my counter to 0 before a next counting. So all i want to do is to count, read my counter value and reput ...