sadasivam arumugam (@sadash)
Yes, as union is concerned, it also behave like as you told. When var cast to union type it will type punning it to as union member. So, compiler assumes all union...
Since, struct works with multiple objects at a time. Compiler cannot know which data type/ object to cast to it. is it correct?But, union works with single object...
Error occurred when compiling was..error: conversion to non-scalar type requestedCode Snippet:#include <stdio.h>struct student{int age;char gender;}std;void...
When I started exploring cache of variables without volatile, I found a sequence of reading i/p register.Int regRead = P1IN; //reading input port using msp430 processor.1....
Can you explain how does volatile prevents the compiler optimization on caching of variables? What does MMU do in this context?
Yes. In addition to above question, if we have assigned to develope a Verilog code for FPGA/ Assembly coding for DSP processors, how much it would take to get into...
Hi everyone, thanks for the valuable information. I am getting grip on these guidance and try to implement these as well in future days. I am working on bare metal...
Use this form to contact sadash
Before you can contact a member of the *Related Sites:
- You must be logged in (register here)
- You must confirm you email address