STM32 HAL with GL-S?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello,

STM32H7 HAL uses generic NOR flash driver for NOR flash:

openmv/stm32h7xx_hal_nor.c at master · openmv/openmv · GitHub

Can it be used with GL-S device ? or does it requires a totally new driver ??

How can I use GL-S with STM32 ?

Do we need to write a driver for this flash ????

We use S29GL256S90GHI010 .

Regards,

Ran

0 Likes
1 Solution
SudheeshK
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hello Ran,

The windows executable file will install our low level driver (source files) for Cypress parallel NOR flash devices.

You can use them to access our device in your application. I am not familiar with generic NOR flash driver from ST.

Thanks and Regards,

Sudheesh

View solution in original post

4 Replies
SudheeshK
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Ran,

You can you our low level driver for our parallel NOR flash devices in your application. Please download it from following link: http://www.cypress.com/documentation/software-and-drivers/low-level-driver-nor-flash?source=search&c... .

Thanks and Regards,

Sudheesh

0 Likes
Anonymous
Not applicable

Hello,

I am not sure how the link is related to the question.

The link seems to be for windows(?) executable driver for nor flash.

But I asked is the generic NOR flash which ST use in their STM32 family can be used with cypress nor flash.

Just to make it more clear: we are developing application on STM32 chip which we planed to use with NOR flash S29GL256S90GHI010.

Regards,

Ran

0 Likes
SudheeshK
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hello Ran,

The windows executable file will install our low level driver (source files) for Cypress parallel NOR flash devices.

You can use them to access our device in your application. I am not familiar with generic NOR flash driver from ST.

Thanks and Regards,

Sudheesh

Anonymous
Not applicable

Thanks!

0 Likes