increase cycle time
I have rfid and can working. I want to do is increase the cycle time for can so it is not too fast. Right now i am getting 0.3 cycle time and when i add the HAL_Delay(200) it increases the cycle time but the rfid slows down. Any suggestions what i can do?
What i want to do is send the rfid reading over the CAN when nfcv is detected if not detected then send zero's only.. When i add HAL_Delay(200) the entire system gets the delay i only want to add that to can transmission. Please guide me. I am very new to stm32
