Sending signed message on CAN

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

Sending signed message on CAN

120 Views
mskulkarni
Contributor I

I'm using S32K148 controller. I want to send a 8 bit signed integer (-128 to +127). But the data type required for FCAN Send block in NXP MBDT accepts only uint8 datatype. 

Just wondering if there is any way to send signed integer over CAN ?

Thanks in advance for your help. 

0 Kudos
1 Reply

96 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@mskulkarni

"Just wondering if there is any way to send signed integer over CAN?"

No, this requires you to define some transmission rules yourself.

for example:

Senlent_1-1715159998613.png

 

 

0 Kudos