assembly

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

cross mob
RiPi_3504686
Level 1
Level 1
First like given First comment on blog Welcome!

Hi. good night. How can I program the psoc 5lp kit, in assembly language?

0 Likes
1 Solution
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

You can create an assembly source code file with extension ".s"

Select "New Item..." menu from the context menu.

GS004148.png

Now you can create a new Assembly source code file.

GS004149.png

Regards,

Noriaki

View solution in original post

0 Likes
2 Replies
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

You can create an assembly source code file with extension ".s"

Select "New Item..." menu from the context menu.

GS004148.png

Now you can create a new Assembly source code file.

GS004149.png

Regards,

Noriaki

0 Likes
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

israel,

As Noriaki indicated, it is possible to code in assembly.  I do recommend keeping the API calls of the components.  Besides re-inventing the wheel, there's a lot of 'magic' going on inside the Cypress API calls.

Len

Len
"Engineering is an Art. The Art of Compromise."
0 Likes