USB buffer descriptor table allocated in KL17 KSDK v2.0

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

USB buffer descriptor table allocated in KL17 KSDK v2.0

587 Views
iainrist
Contributor I

This is a bug report, but I don't know where to submit those.

 

I generated a KSDK v2.0 for the KL17 part. This part does not have USB. The linker descriptor file contains the following lines (ignore the line numbers):

 

USB_RAM_GAP = DEFINED(__usb_ram_size__) ? __usb_ram_size__ : 0x800;    . = ALIGN(512);     USB_RAM_START = .;     . += USB_RAM_GAP;    m_usb_bdt USB_RAM_START (NOLOAD) :   {     *(m_usb_bdt)     USB_RAM_BDT_END = .;   }     m_usb_global USB_RAM_BDT_END (NOLOAD) :   {     *(m_usb_global)   }

 

Since the part does not have the USB peripheral, the linker should not be allocating space for the USB Buffer Descriptor Table.

Labels (1)
Tags (1)
0 Kudos
1 Reply

408 Views
TICS_Fiona
NXP Employee
NXP Employee

Hello lain

I have reported  this issue to our PE team, and will keep you informed for any update. I attach the earlier version of link command file, can you refer to this one? Thanks!

Best Regards

Fiona Kuang

TIC - Technical Information Center

0 Kudos