Tag: embedded technologies
Questions Related to embedded technologies
-
SystemB Halts
-
Communication Error
-
SystemB recieves&displays Junk Data
-
SystemB recieves&displays "SendMeData"
-
PeripheralClock = ((I2C(ClockFreq)) / (I2CLowCycle+I2CHighCycle))
-
I2C(ClockFreq) = ((PeripheralClock) / (I2CLowCycle+I2CHighCycle))
-
I2C(ClockFreq) = ((I2CLowCycle+I2CHighCycle) / (PeripheralClock))
-
PeripheralClock = ((I2C(ClockFreq)) / (I2CLowCycle * I2CHighCycle))
-
Byte Addressable
-
Half-word (or) Full-word Addressable
-
both Byte and Bit Addressable
-
Bit Addressable
-
Use Macros
-
Usage of Structures
-
Combination of Both Structures and Unions
-
Macros and Structures
-
while(1) { LED(On) Delay(25) LED(Off) }
-
main() { LED(On) Delay(25) LED(Off) while(1) { } }
-
while(1) { LED(On) Delay(25) LED(off) Delay(25) )
-
while(1) { Delay(25) LED(on) Delay(25) }
-
+5v & 2 lines
-
+5v (or) +3.3v & 4 lines
-
+3.3v & 3 lines
-
+5v (or) +3.3v & 2 lines
-
Slave Transmitter Mode
-
Master Reciever Mode
-
Slave Reciever Mode
-
Master Transmitter Mode
-
Resistance is generated
-
Inductance is generated
-
Capacitance is generated
-
Current is generated