Android Question Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1)

ebalvis

Member
Licensed User
Longtime User
I made an application that connects via usb with pic microcontroller.
For communication I created a class with the USB interface.
Randomly receive the following error message and closes the application.

 

ebalvis

Member
Licensed User
Longtime User
Hi
I tried to replace callsub calls for callsubdelayed and I have the same error.
I have also tried to compile the application with version 3.00 and still gives the same error.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Randomly receive the following error message and closes the application.

Since it is random and not persistent.. I would allow for some delay in both directions of communication,
and clear the receive buffer in both devices at the beginning of every xmission.
Also check the solder points of the USB connector at the MCU PCB, and make sure there is no bad solder
or loose pin.

my two cents.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…