05-16-2013 12:59 AM
05-16-2013 04:29 AM
05-17-2013 09:22 AM
Hi Sergiv,
If the GPS is using the SSI port (which is also used by the MicroSD), that could cause this issue. There is a similar conflict between the MicroSD and the OLED documented in the KnowledgeBase article linked below, and the workaround for that may be helpful for you.
LabVIEW for ARM and Using the OLED and MicroSD Card Reader on the Luminary Board
05-17-2013 10:07 AM
GPS using UART1. I use C-code ''spi_init();'', but this did not help
05-20-2013 01:33 PM
Hi Sergiv,
Can you give me an example of the data you are logging when the MicroSD card is inserted? How is it different from what you expect to see?
Also, I would like to figure out if the issue is with writing the data or reading it- you can do that by writing other data to a file (data that does not come from a serial read, the loop iteration count, for example) to see if that works as expected with the MicroSD inserted.