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

cross mob
UrZn_3268396
Level 1
Level 1

Hello,

I trying to implement bootloader in my project using the UART component. In did a few projects with RS232 and i2c and all worked OK, I guess it's not working because RS485 is half duplex . i didn't find any code example for that kind of bootloader...

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

Yes you are right. Since RS485 is a half duplex communication, you need to configure your UART component correspondingly. There are no official code examples from Cypress, but you can find your solution here on the thread below:
Re: Implementation of RS485 on PSOC4

Regards,

Dheeraj

View solution in original post

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

Yes you are right. Since RS485 is a half duplex communication, you need to configure your UART component correspondingly. There are no official code examples from Cypress, but you can find your solution here on the thread below:
Re: Implementation of RS485 on PSOC4

Regards,

Dheeraj

0 Likes