S26KS512S - Drivers Libraries

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

cross mob
mimuc_2792966
Level 1
Level 1

Hi all,

are there example driver Libraries available for S26KS512S in context of Linux? We are using the Hyperflash together with an SoC solution from TI (Jacinto).

Thank you in advance

Michael

0 Likes
1 Solution
GernotH_31
Employee
Employee
First like received

Hi Michel,

if you have memory mapped access to the Hyperflash in your system, you can run the standard Linux pNOR MTD driver (drivers/mtd/chips/cfi_cmdset_0002.c) on that address range. Only small changes are needed for KS-S, see our pNOR driver patch at: https://www.cypress.com/products/hyperbus-memory#tabs-0-bottom_side-5.

Best regards,

Gernot

View solution in original post

0 Likes
1 Reply
GernotH_31
Employee
Employee
First like received

Hi Michel,

if you have memory mapped access to the Hyperflash in your system, you can run the standard Linux pNOR MTD driver (drivers/mtd/chips/cfi_cmdset_0002.c) on that address range. Only small changes are needed for KS-S, see our pNOR driver patch at: https://www.cypress.com/products/hyperbus-memory#tabs-0-bottom_side-5.

Best regards,

Gernot

0 Likes