LibFOC.a on PSOC 5

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

cross mob
MiLe_3147901
Level 1
Level 1

Hi,

I'm learing about FOC for sensorless motors using CY8CKIT-037 (PSOC 4)

I want to implement something similar on my board using PSOC 5.

? How can I import the FOC libary

0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi Michael,

You can always use the LibFOC.a in any of your project.But FOC library source is not public as of now. Please refer the following application note to understand more about the implementation. When you add the LibFOC.a file in your source files. You have to add the same in build settings too(Without lib prefix and .a suffix)

pastedImage_1.png

Best Regards,
Vasanth

View solution in original post

0 Likes
1 Reply
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi Michael,

You can always use the LibFOC.a in any of your project.But FOC library source is not public as of now. Please refer the following application note to understand more about the implementation. When you add the LibFOC.a file in your source files. You have to add the same in build settings too(Without lib prefix and .a suffix)

pastedImage_1.png

Best Regards,
Vasanth

0 Likes