CY8CPROTO-063-BLE problem with Lesson 3-1 of the PSoc 6 101 series

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

cross mob
lock attach
Attachments are accessible only for community members.
ZaCl_4210281
Level 1
Level 1

Followed the video to the letter and double checked several times. Only edits were in the indicator LEDs. Anyone have a clue what is the issue could be.

pastedImage_0.png

Message was edited by: Zara Claudy to attach project.

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Did you change from one PDL version to another? Looks like when you changed the PDL versions, you forgot to replace the files specific to the PDL versions.

To fix this, right click on "cy_ble_config.h" present under Shared Files folder in the Workspace and click Delete.

Now do a Clean and Build and the project will build successfully.

Note: In the project you attached, you will observe another error "bleTaskHandle undeclared" after making the above changes which is because you haven't created the task handle. I'll leave that to you.

Regards,

Dheeraj

View solution in original post

1 Reply
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Did you change from one PDL version to another? Looks like when you changed the PDL versions, you forgot to replace the files specific to the PDL versions.

To fix this, right click on "cy_ble_config.h" present under Shared Files folder in the Workspace and click Delete.

Now do a Clean and Build and the project will build successfully.

Note: In the project you attached, you will observe another error "bleTaskHandle undeclared" after making the above changes which is because you haven't created the task handle. I'll leave that to you.

Regards,

Dheeraj