SMPTE-EBU-TimecodeGenerator-ESP32 icon indicating copy to clipboard operation
SMPTE-EBU-TimecodeGenerator-ESP32 copied to clipboard

'RMT' was not declared in this scope

Open seeb73 opened this issue 6 months ago • 2 comments

I can't compile this for the ESP32-S3, por likely due to changes in interrupts. Unfortunately, I am not proficient in handling this on ESP32.

C:\Users\seeb7\Documents\Arduino\SMPTE-EBU-TimecodeGenerator-ESP32-master\SMPTEGenerator\RMT.ino: In function 'void rmt_isr_handler(void*)':

RMT:104:3: error: 'RMT' was not declared in this scope

104 | RMT.int_clr.ch0_tx_thr_event = 1;

  |   ^~~

C:\Users\seeb7\Documents\Arduino\SMPTE-EBU-TimecodeGenerator-ESP32-master\SMPTEGenerator\RMT.ino: In function 'void fill()':

RMT:196:5: error: 'RMTMEM' was not declared in this scope

196 | RMTMEM.chan[RMT_TX_CHANNEL].data32[at].val = w.val; | ^~~~~~

exit status 1

'RMT' was not declared in this scope

seeb73 avatar Aug 17 '24 16:08 seeb73