bestrider14
Member level 1
Hi,
I got a new probleme now on my ds33fj128mc802. when a try to send some data on my spi whith a variable my pic crash
I dont know why it crash, it try to do some test and still now working
.
I joint my project here cause it to big to write the code here
thanks
I got a new probleme now on my ds33fj128mc802. when a try to send some data on my spi whith a variable my pic crash
Code:
char dataLength=8;
SPI1_Write(dataLength); //will not work
SPI1_Write(8); //will work
I dont know why it crash, it try to do some test and still now working
I joint my project here cause it to big to write the code here
thanks