We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
Last month, I had wrote a BSP for a board based on LPC2292 and this application is using ARTX kernel.
since last week, I'm trying to run a tiny application using a part of this BSP on MBC2300 evaluation board based on LPC2364 chip. ans I have a problem when i'm trying to put an interrupt function. The information that I can read in µvision3 release 3.11 is not good in vic panel (peripherals). I don't acced to VIcVecAdrx and VicVectCtlx register correctly. When I want to write an interrupt function address into VicVecAdrx regiter, I wrote this address into the channel with the number (see Vic panel)
I've seen the following points : there is a specific rtx_config.c file for LPC2300 family chip there are new parameter in LP2300.s file
Somebody could help me please ? Thanks for all in advance
You really need the current release for the LPC2300 family since these devices have a different VIC.
thanks for your help but it's that i had found
Are you now using the current version (MDK 3.11 - uVision V3.53)?
Thanks for all
I had fixed my problem. there are some difference between Vic controller inside LPC2364 and vic in LPC22xx family