cancel
Showing results for 
Search instead for 
Did you mean: 

Is someone has a simple example of Hyperbus protocol under STM32CubeIDE?

AGEBE.1
Associate II

Hi,

I have really hard time to develop an Hyperbus protocol application on NUCLEO-L4R5ZI-P, the instruction is sent but the data are sent in a non-periodic sequence and DQS doesn't rise at the good time.

Is there someone who has develop the most simple application of Hyperbus communication that he could share with me?

I have tried to understand the exemple provided in that following link without success.

Thank you in advance for your help,

Kind regards.

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjS5MX4rJfxAhUS9IUKHTclBnIQFnoECAUQAA&url=https%3A%2F%2Fwww.st.com%2Fresource%2Fen%2Fapplication_note%2Fdm00407776-octospi-interface-on-stm32-microcontrollers-stmicroelectronics.pdf&usg=AOvVaw2QbmLOds732wwS2Pii5MY3

2 REPLIES 2
Ethan HUANG
ST Employee

@AGEBE.1​ , I have not really tried HyperRAM myself. But, it seems there are two reference projects regarding HyperRAM inside STM32H7 FW package which may be helpful:

  • STM32Cube_FW_H7_V1.9.0\Projects\STM32H735G-DK\Examples\OSPI\OSPI_HyperRAM_MemoryMapped\OSPI_HyperRAM_MemoryMapped
  • STM32Cube_FW_H7_V1.9.0\Projects\STM32H7B3I-EVAL\Examples\OSPI\OSPI_RAM_MemoryMapped

Regards,

Ethan

Thanks but it didn't solved my problem....