lnls-dig / rffe-fw

Repository containing RFFE controller firmware
1 stars 0 forks source link

Accessing the Serial line in an interruption routine gives a HardFault #15

Closed henrique-silva closed 7 years ago

henrique-silva commented 7 years ago

This is a known conflict between the Serial class and the mbed-os interruption management. This problem is discussed in this link. One solution would be to access LPC's registers directly or use RawSerial class instead.