SPI COMMUNCATION ISSUE

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

SPI COMMUNCATION ISSUE

198 Views
Mohmedsohel
Contributor III

Hi, 

 ERR_IPV_LPSPIV2_E050456 and ERR_IPV_LPSPIV2_E050456_2ND_SOLUTION these same macros how can I define them in MBDT to avoid the incoming extra Clock Pulse

T R
Sohel J

0 Kudos
Reply
1 Reply

151 Views
reyans428guar
Contributor I

Hello,

 

To define ERR_IPV_LPSPIV2_E050456 and ERR_IPV_LPSPIV2_E050456_2ND_SOLUTION in MBDT to avoid extra clock pulses:

Go to Model Configuration > Code Generation > Custom Code.

Add these macros:

#define ERR_IPV_LPSPIV2_E050456 1
#define ERR_IPV_LPSPIV2_E050456_2ND_SOLUTION 1
Regenerate code.

 

Best Regard,

Reyans

0 Kudos
Reply