This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379D: GPS NEO-M8N

Part Number: TMS320F28379D


Tool/software: Code Composer Studio

Hi,

i am working with GPS module using Delfino F28379D using UART module and when i fetch data from run time array i found that the date saved in the user data structure is wrong but one from strings appeared in the run time array was correct but always be wrong in the date field in the user structure like in the pics i attach above, informing that i use the same algorithm in Tiva MCU and got  all the data correct in the structure.

  • Hi '5931,

    I'm not really following what the expected data is vs. what you actually got.  Can you be more specific?

    One difference between the C28x core and the M4 core is that a byte in the c2000 architecture is 16-bits.  You might want to examine your code to determine if it is assuming an 8-bit byte, possibly leading to parsing issues?

  • Hi '5931,

    Since I haven't heard back I'm going to assume you were able to resolve your issue.  If not, feel free to reply to re-open the thread.  If the thread locks, use the 'Ask a related question' button to continue the discussion.