No source available for uSDHC_Driver

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

No source available for uSDHC_Driver

跳至解决方案
1,961 次查看
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 项奖励
回复
1 解答
1,956 次查看
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 项奖励
回复
2 回复数
1,957 次查看
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 项奖励
回复
1,911 次查看
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 项奖励
回复