No source available for uSDHC_Driver

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

No source available for uSDHC_Driver

Jump to solution
1,816 Views
Eric_Chen99
Contributor II

Hello there,

I made some can communicate codes into a library( XXX.a file) , and install this library in a new project. In the main() function, i invoke a function in that library, the code just ran one time and then lost and shown " no source avaliable for "uSDHC_DriverIRQHander() at 0x1002bc8" "

thanks 

0 Kudos
Reply
1 Solution
1,811 Views
Eric_Chen99
Contributor II

the codes of can commnication is verifed in another project, so the codes of can is ok. after invoke the CAN_Receive(&can_pal1_instance, RX_MAILBOX, &recvMsg) in library(XXX.a); the vector of interrup is wrong. please take a look at the attachment

View solution in original post

0 Kudos
Reply
2 Replies
1,812 Views
Eric_Chen99
Contributor II

the codes of can commnication is verifed in another project, so the codes of can is ok. after invoke the CAN_Receive(&can_pal1_instance, RX_MAILBOX, &recvMsg) in library(XXX.a); the vector of interrup is wrong. please take a look at the attachment

0 Kudos
Reply
1,766 Views
jiri_kral
NXP Employee
NXP Employee

Hi,

in your library and project aren't defined IRQ handlers for flexcan. For a reference you can check the original can_pal_mpc5748g example. 

 

Jiri

0 Kudos
Reply