I get the "#43-D operand types are incompatible" warning from CCS 6.2.0.00050 when I compile this following macro: #define REINTERPRETER(port) ( ( ( uint32_t ) port % 2 ) ? ( ...
Usually, designing a CPU is a lengthy process, especially so if you’re making a new ISA too. This is something that can take months or even years before you first get code to run. But what ...