47. Array Manipulation-ii

Question.2

Two developers declare a UART receive buffer:

Developer A:

int rx_buf[32];

Developer B:

uint8_t rx_buf[32];

The UART peripheral delivers single bytes (0x000xFF). Which buffer is better for firmware use?

Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!