akaikang / MSP430FR5994-CY15B10X

SPI FRAM access
0 stars 1 forks source link

Test with CY15B104QN-SXA #1

Open shjeon94 opened 3 years ago

shjeon94 commented 3 years ago

Hello

I try to exploit your code to test CY15B104QN-SXA with MSP430FR5994, but this code does not work. (Now, I'm trying to solve this problem.) Which FRAM model did you test for this code?

Thank you.

akaikang commented 3 years ago

Hi,

Please check the below link for the new FRAM access implementation, the code is tested with CY15B104Q and CY15B108QI. https://github.com/EMCLab-Sinica/MSP43X-CY15B10X

Please note that there is a typo in the extfram.c. “ | P5.3|-> Slave Chip Select (GPIO)” => “ | P6.3|-> Slave Chip Select (GPIO)”

On Wed, Mar 17, 2021 at 1:39 PM sh.jeon @.***> wrote:

Hello

I try to exploit your code to test CY15B104QN-SXA with MSP430FR5994, but this code does not work. (Now, I'm trying to solve this problem.) Which FRAM model did you test for this code?

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/akaikang/MSP430FR5994-CY15B10X/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRGF52JNSERCWMLZSSMKBDTEA573ANCNFSM4ZJ45FMA .

-- 從 Gmail 行動版傳送

shjeon94 commented 3 years ago

Oh thanks for your help!!