@ColdWeather Can you point out where those lines of codes have to be written to. In my program i put those in USART_IRQHandler ( in stm32f10x_it.c ) but it seems the interrupt never happens.uint8_t dmx_receive[512];
uint16_t dmx_counter=0;
bool bre...