User Activity

Hello,OSPI_RegularCmdTypeDef in stm32l4xx_hal_ospi.h doesn't include ".LatencyMode" member as below.how to set variable latency or fixed latency for Octo-SPI PSRAM on STM32L4P5G-DK board?Thanks. typedef struct{uint32_t OperationType; /*!< It indicate...
Hello, I configured the STM32L4P5G-DK project with STM32CubeIDE according to the AN5050 for Octal-SPI PSRAM. At debugging state, the process was halt at SystemClock_Config. The infinite loop looks caused by while(READ_BIT(RCC->CR, RCC_CR_HSERDY) == 0...
Hello, I configured the STM32CubeIDE project and codes for the Octo-SPI PSRAM according to the AN5050.  However, the compilation was failed with below messages. The HAL_RCCEx_OCTOSPIDelayConfig is not available in STM32CubeU5 HAL driver. How can I so...
Hello,   I haven't found a code to change HyperRAM configuration register on the STM32H735G-DK. Please provide it if it is available.   Thanks.
Hello, I generated a project for STM32U5A9J-DK with STM32CubeIDE (v1.16.0). It doesn’t include the OctalFlash test code. So, I used the test codes in chapter "Octo-SPI FLASH in Regular-command protocol example" of attached AN5050.The mounted OctalFla...
Kudos given to