RawSerial Issues with Nucleo F302

17 May 2015

Whenever I try to use RawSerial with my STM32F302 based nucleo, the firmware hangs. The exact same code is working fine on L053, F072 and L152 targets - just the F302 is having issues.

Any suggestions? Is this not implemented for the F302?

17 May 2015

RawSerial uses the same target specific code as normal Serial, so does regular serial work? It should either be a problem in all serial for the F302 or none at all.

17 May 2015

Yes, normal serial works just fine... the RawSerial doesnt work at all. RawSerial works on all my other targets.