Hello everyone,
to easily access an external device, the manufacturer of this device told me it is highly recommendet, that the used MCU (here the TMS320F28379D) supports byte-wise access (and supporting uint8_t datatypes) to internal data (byte-packing).
They told me, that some (he mentioned no name) TI-MCUs are only able to perform 16bit-wide data-access and no byte-packing/8bit-wide access.
If so, many bitshift operations would be necessary to get the interface to the external device running.
Is the TMS320F28379D able to access data byte-wise and perform byte-packing?
(I don't know where to search for that info inside the datasheet)
PS:
Since 8bit-Datatypes aren't supported I assume not.
Thanks and regards,
Marcel.