User Activity

Hello,I am trying to erase/flash program an external W25X40CLSNIG flash chip with various STM32L4xx host chips using SPI protocol. Up until now I have been referencing STM32l4xx_hal_spi.c source file for ways to perform such a task but was curious if...
Hi everyone,This is a fairly straight forward question. The STM32F301x4 and STM32F302x4 are listed on DigiKey as a non-stock item but are still present on the website when searched. I was unable to find any reference manual for these parts as well. A...
Hi everyone,I am using the Nucleo-WB55RG to try and fully erase/program the flash memory. However, when the FLASH_MassErase() function is called in stm32wbxx_hal_flash_ex.c, a hard fault exception occurs. I believe this has to do with trying to erase...