LPCXpresso 4.1.5 Build 219

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

LPCXpresso 4.1.5 Build 219

440 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by strom1 on Sat Nov 30 05:42:22 MST 2013
does anybody know where i can find LPCXpresso 4.1.5 Build 219 version ?
0 Kudos
6 Replies

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Sun Dec 01 09:10:15 MST 2013
Try to mark you function (in asmmisc.s) as thumb function:

[color=#f00].thumb_func[/color]
.globalCLZ
CLZ:
clz r0, r0
bx lr
0 Kudos

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by strom1 on Sun Dec 01 07:57:33 MST 2013
you can find          return CLZ(gbMask) - 1;      in dqchan.c
in this line i get hard fault.
0 Kudos

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by strom1 on Sun Dec 01 07:47:32 MST 2013
i dont change cmsis includes/libraries.    should i?
i get hard fault because of the assembler code.
do you have the code?

in asmmisc.s you find the clz funktion. when i try to debug , i allways get hard fault . that means the debugger never reaches the clz function.
0 Kudos

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Sun Dec 01 06:14:26 MST 2013

Quote: strom1
it doesnt work with lpcxpresso 6. 
do you know why?



No. Did you change CMSIS includes / libraries?

Any hint about error messages?



0 Kudos

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by strom1 on Sun Dec 01 05:50:14 MST 2013
its not available there...

i need it for this: http://www.lpcware.com/content/nxpfile/an11178-mp3-player-solution-nxp-lpc1700-series

it doesnt work with lpcxpresso 6. 
do you know why?
0 Kudos

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Sat Nov 30 06:06:48 MST 2013
What is special about this 2 year old version?

If you don't want to use V5 or V6, perhaps the latest V4 (V4.3)?

http://www.support.code-red-tech.com/CodeRedWiki/VersionInfo
0 Kudos