When trying to run the example code provided in the `driver_examples.c` file. then I keep getting the error:
Code: Select all
if (hri_mcan_get_TXFQS_TFQF_bit(dev->hw)) {
return ERR_NO_RESOURCE;
}
Code: Select all
if (hri_mcan_get_TXFQS_TFQF_bit(dev->hw)) {
return ERR_NO_RESOURCE;
}