LED cannot blink even programming successfully with ModusToolbox/KitProg3

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

cross mob
xubo_2592826
Level 2
Level 2
5 replies posted 5 questions asked First question asked

Hi,

I noted that debug cannot work with ModusToolbox/KitProg3 according to bellow Q&A,

Debugging not working with ModusToolbox/KitProg3

https://community.cypress.com/thread/43378

Answer:This is a known issue with older boards under Rev 13.

and I found that even programming successfully,LED also cannot blink,

is it known issue? does it also relate with board version.

I list my test environment for your reference.

Board:CY8CKIT-062-BLE Psoc 6 BLE pioneer board REV11

IDE:modus

Project:LED blink

Best regards.

1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I wish you had time to read my year end adventure with my CY8CKIT-062-BLE (rev 11) and ModusToolbox.

My first encounter with mtw!

CY8CKIT-062-BLE Setup Only requires PDL 3.0.1

And to save your reading time, attached is the patch file which works for rev 08, rev 11 and later boards.

When I backed up and replaced startup_psoc6_01_cm0plus.S at

C:\Users\<MyUserName>\ModusToolbox_1.0\libraries\psoc6sw-1.0\components\psoc6pdl\devices\psoc6\startup\gcc

with the attached file I could build and debug BlinkyLED with board rev 08 and rev 11.

I hope this also works for you. (fingers crossed).

moto

CY8CKIT-062-BLE_ModusToolbox_debug.JPG

View solution in original post

0 Likes
2 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Yes, this is a known issue with older boards. You will need new ones. Please email me at ddka@cypress.com

Regards,

Dheeraj

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I wish you had time to read my year end adventure with my CY8CKIT-062-BLE (rev 11) and ModusToolbox.

My first encounter with mtw!

CY8CKIT-062-BLE Setup Only requires PDL 3.0.1

And to save your reading time, attached is the patch file which works for rev 08, rev 11 and later boards.

When I backed up and replaced startup_psoc6_01_cm0plus.S at

C:\Users\<MyUserName>\ModusToolbox_1.0\libraries\psoc6sw-1.0\components\psoc6pdl\devices\psoc6\startup\gcc

with the attached file I could build and debug BlinkyLED with board rev 08 and rev 11.

I hope this also works for you. (fingers crossed).

moto

CY8CKIT-062-BLE_ModusToolbox_debug.JPG

0 Likes