Error in SecureDownloadLib

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in SecureDownloadLib

489 Views
Matthias-A
Contributor II

Hi

I just downloaded the SecureDownloadLib from NXP docstore to update the pn5180 controller.

In `phDownload_lib.c` in `phDlhalHw_Pn5180_Download_Transceive`

`*ppResponse = &(pDlDataParams->pRxBufferStart)[PH_DLHAL_HW_PN5180_DL_FRAME_OVERHEAD + PH_DLHAL_HW_PN5180_DL_DIRECTION_BYTE_LEN];`

should be replaced with

`*ppResponse = &(pDlDataParams->pRxBufferStart)[PH_DLHAL_HW_PN5180_DL_PAYLOAD_OFFSET + PH_DLHAL_HW_PN5180_DL_DIRECTION_BYTE_LEN];`

0 Kudos
Reply
0 Replies