Associate III
July 2, 2023
Solved
STM32L4+ and W25Q QSPI weird problem
- July 2, 2023
- 3 replies
- 2182 views
Hi guys,
Currently i am trying to get QSPI W25Q512 working correctly with STM32L4R9 but weird thing happened.
I am able to write data to the memory but if i start with address 0u i get data somehow shifted by 1u. For example the array of test data start with value 0u and increment by 1u. After writing test array the data in memory starts with 1... If I try to set start address to 1u the data in memory are correct. That means data starts with value 0u.
Has anyone faced this problem? Is it only my lack of knowledge? I have uploaded my test (trash) project.
Many thanks