Pergunta de entrevista da empresa Qualcomm

how do you read an input port in a microcontroller continuously without compiler optimization

Respostas da entrevista

Sigiloso

3 de mar. de 2021

We can read input port in microcontroller without compiler optimization by using Volatile Keyword. Volatile Keyword instructs compiler that not to optimize the variable. generally Compiler Do optimization to run code faster and to reduce code size also.

2

Sigiloso

20 de fev. de 2021

Answered the basics, but couldn't answer completely

1