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;
...
Thanks for the reply.I don't have access to oscilloscope or logic analyzer. However, I was able to observe the value of 'k' (which becomes 1 by interrupt ) by the stm32cubeMonitor (the attached picture).