This content has been marked as final.
Show 2 replies
-
1. Re: RS232 Master and Slave not connecting
content.librarian Dec 3, 2008 4:59 PM (in response to arnav.kumar)Hi Arnav,
You said "The problems started when I tried to program the protocol tutorials and the RS232 Master- Slave programs." What do you mean by that? Did you actually create a new PSoC project that has a UART user module and also has the wireless protocol, or did you just program the code for the two projects into the PSoC one after the other? -
2. Re: RS232 Master and Slave not connecting
davidf_01 Dec 5, 2008 6:40 PM (in response to arnav.kumar)You might want to try PSoC Designer 4.2.
I believe CY3635 was created with PSoC Designer 4.2 which used an early ImageCraft C compiler. PSoC Designer 4.4 ships with a later ImageCraft C compiler version or with the HiTech C compiler.
The old ImageCraft compiler ordered bit fields backwards from the way the other two compilers do them. Depending on the assembler/C firmware design, code on one side may be expecting data in a format different from what's being put together by the other side.