Dear All,
I am trying to understand how the ASF example for Android Open Accessory Works. I came across some documentation as follows:
http://www.atmel.com/Images/doc42003.pdf
http://www.atmel.com/Images/doc32192.pdf
Besides these documents I coouldn't find any useful information on the web or from Atmel Website. I assume there would be two API (from Host Controller Interface UHCI) functions used to send data to Android Phone or read data from Android device.
bool uhi_aoa_write(uint8_t *payload, uint16_t payload_size,
uhd_callback_trans_t callback_end);
bool uhi_aoa_read(uint8_t *payload, uint16_t payload_size,
uhd_callback_trans_t callback_end);
I tried to place break point on these functions, but after debugging the function never come to this breakpoint. I don't know really what is happening out there. How to understand what is happening in the example. There is no help or tutorial or any documentation. I have just the example program which I couldn;t understand. I am using evaluation board EVK 1105. It is really annoying.
I am new to AVR and hence to AVR32. Can someone please just give me guidance how to proceed. I am completely blocked.