hey every one .I'm working on SPI and configuring a slave which should answer to the master request . slave reception process work with interrupt after 2 successful reception. THIS IS MY CODE : /* USER CODE BEGIN Header */
/**
*******************...
hey @Andrew Neilthanks for your response . IDK how to bold texts at code blocks.but the first two while that check for RequestFor0x50 and RequestFor0x30 variables. nah the variables are not changing in the interrupts so they don't need to be defined ...
@Saket_Om Thanks osake ...How should I share the exit condition? what is the proper way to do it?is it casting like what did? or something else?btw I didn't start the interrupt before the loops. so while loops (first two whiles)happen after that I in...
hi @Saket_Om thanks for response.the problem was I couldn't exit from my loop so the interrupt couldn't exit from my loop( IDK why that would be helpful if you can tell me !!!). anyway by defining the exit condition like below I successfully managed ...