hello to everyone, is it possible to have very large Bit-arrays? About 20000 Bit's <=> 2500Bytes.
:-)
Sure, but you'll have to write code to implement it. Bit arrays are not part of the C language.
"Bit arrays are not part of the C language."
In fact, bits are not part of the 'C' language!
Keil C51 provides the bit data type as an extension to the standard - I don't know if the ARM tools even give you that extension?