PSoC4M - How to set Flash wait states

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

cross mob
ViDv_264506
Level 5
Level 5
50 sign-ins 25 sign-ins 5 solutions authored

Hi,

please can you tell me HOW or WHERE to set Flash wait states to " 1 " for frequencies 48 MHz

Thanks

Viktor

0 Likes
1 Solution
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

Cyboot-->CyFlash.h provide API CySysFlashSetWaitCycles() to set the Flash wait states for dedicate parts  PSOC4A 4100/4200( BLE) ), but for PSoC4A-M parts the config way is different, you don't need to set CY_FLASH_WAIT_STATE_EN register. You can check the API in Creator to get more info.

View solution in original post

0 Likes
2 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

Cyboot-->CyFlash.h provide API CySysFlashSetWaitCycles() to set the Flash wait states for dedicate parts  PSOC4A 4100/4200( BLE) ), but for PSoC4A-M parts the config way is different, you don't need to set CY_FLASH_WAIT_STATE_EN register. You can check the API in Creator to get more info.

0 Likes

Thanks for the clear answer. Viktor

0 Likes