Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[ARM] problem in change start address of my app in USB mass storage application

Status
Not open for further replies.

shirvanitsh

Newbie level 1
Joined
May 13, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
7
Hi all
I have a board with LPC2364 proccessor. i run USB mass storage application(IAR example) on my board and it work. but when I changed my start address of application from sector 0 to sector 2 and debug my application, it can't work.and stop or hang in bellow line ( h
// Init SCSI module
ScsiInit();

__enable_interrupt();

// Soft connection enable
USB_ConnectRes(TRUE);
but if my start sector is 0 it run.
if I used another application and i run it from sector 2, it work well.
please help me.
thanks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top