No source available for uSDHC_Driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

No source available for uSDHC_Driver

ソリューションへジャンプ
1,821件の閲覧回数
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,816件の閲覧回数
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,817件の閲覧回数
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,771件の閲覧回数
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 件の賞賛
返信