python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Seemingly pointless operations in a macro
The following macro is from an MCAL source of a microcontroller and it converts timer ticks to milliseconds.
#define TICKS2MS(x) ( (uint64) (((((uint64)(x)) * 1) + 0) / 100000) )
Could you plea...

m43dr3
Votes: 0
Answers: 2
Physical vs internal value in AUTOSAR
I have been struggling with the conversion of values in AUTOSAR from internal to physical values and vice versa. I understand this:
The physical value is the value we send to the application, and the ...
doa4321
Votes: 0
Answers: 1
What is tasks in embedded system?
I work in the automotive embedded C programming domain and someone asked me what's the OS tasks system of my project (AUTOSAR). I am working in static analysis using Astree tool chain. I didn't have t...
ahait
Votes: 0
Answers: 2
Dem_OperationCycleStateType is not available on Dem specification
I want to learn how to use diagnostic operation cycle block in Autosar Blockset.
this block consist of two operation, SetOperationCycleState and GetOperationCycleState.
To set an operation cycle state...

Arian
Votes: 0
Answers: 1