User Activity

I am using stm32cubeide to program a stm32f030f4p6 MC. I have assigned one pin as an external interrupt and it is connected to the data output of an RF433 receiver. Here is a summary of my code:int k;   int main(void)   {   while (1)   {   k=0;   ...