CY8CKIT-04942xx,  problem with the UART_TX01 project.

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

cross mob
Anonymous
Not applicable

I added the Bootloadable component, removed the LCD component, and changed the Baud rate to 31250 (standard for MIDI), edited main.c to create an endless loop transmitting 3 characters every second.   Programming is successful (takes about 10-15 seconds).  But Verify fails with cannot read data from device.  The debugger cannot find the target device.

0 Likes
6 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum.

   

Double post. I repeat the answer here again:

   

The CY8CKIT-049 42xx has no debugging capabilities. Programming this kit can only be done using the bootloader host program. You will have to use a miniprog3 when wanting to debug. Have a look into the documentation at c:\Programme(x86)\Cypress where you find entries for every kit you successfully installed.

   

 

   

Bob

0 Likes
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received
        Post your code so we can check it.   
0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Ok, here's the project bundle.

0 Likes
Anonymous
Not applicable

I should be seeing a UART signal on pin 0.1.  What am I missing?

0 Likes
Anonymous
Not applicable

Oops.  Since I selected "external" clock, that means I supply a clock signal.  Obvious now that I see it.  The board really is just a chip and the board beaks out the pins.  I'll look at the Pioneer board to see what clock it has.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Remove the interrupt. Uncheck the Tx interrupt. Increase the Tx Buffer size to ~80. Use UART_1_PutChar().

   

 

   

Happy coding

   

Bob

0 Likes