USB1: USB_STACK_MEM_BASE place

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

USB1: USB_STACK_MEM_BASE place

476 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by turiB on Tue Feb 09 05:28:47 MST 2016
Hello!

I have dificulties on LPC4370 with USB ROM stack. I use AHB (64kB) on M0APP and this is a reason to move USB_STACK_MEM_BASE from 0x20004000. I tried to move 0x1001 8000 (goes hard fault) and 0x1800 0000 (M0SUB not used in my project but no hard fault just USB not working). Itested memory access (on 0x1800 0000) with MSC and it has no problem with it. 

How can i resolve it? Thanks in advance for any advice.
Labels (1)
0 Kudos
1 Reply

414 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by turiB on Tue Feb 09 06:32:57 MST 2016
I solved how to move to USB_STACK_MEM_BASE  0x1001 8000 (Hard fault caused by FreeRTOS heap mem) without hard fault but the problem remains. No errors but it only works from 0x20004000 and i don't know why. :((

Thanks in advance for any advice.
0 Kudos