User Activity

If I execute all OSPI commands with either DataMode set to HAL_OSPI_DATA_1_LINE or set to HAL_OSPI_DATA_4_LINES then everything behaves as expected. If I first execute a command with DataMode set to HAL_OSPI_DATA_1_LINE, then the Data[3]/HOLD line re...
I'm trying to follow the OSPI_NOR_MemoryMapped STM32CubeIDE example, but for a different device (W25Q128FV). Write Enable, Read Status, and Erase Sector commands behave as expected, as well as memory-mapped reads. This has been confirmed by monitorin...
Hello,I've been unable to determine if it's possible to use the DMA to write data from internal RAM to internal flash on an STM32U585 device.I've consulted the following, but don't see a clear answer:https://www.st.com/resource/en/application_note/an...
Hi,There is a [YouTube video provided by STMicroelectronics](https://www.youtube.com/watch?v=e4Jji8fZU8E) titled "ST25DV-I2C NFC dual interface tag cryptography demonstration".It vaguely references an Android app and ST eval board firmware, but doesn...
I am in early development of a board with an ST25DV64k, and am currently not doing anything to communicate with or configure the ST25DV. The I2C bus is shared with another device. The ST25DV addresses are 0x53 and 0x57 (7 most-significant bits), an...