-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NCR: Transceiver Task Halted UHF Signal Transmission #24
Comments
|
I am currently working on the c9c4167 . This variable is printing 1270. This means that are remaining 1270 * 4 bytes = 5080 bytes. |
4 bytes, since the controller is 32-bit. |
1st cycle hot FFTNot proper logging... 1st cycle cold FFT 23/07 11:33
2nd cycle hot FFT 23/07 13 : 20 (approximately)no logging ( I guess that tx was not working properly...) 2nd cycle cold FFT 23/07 16:17
3rd cycle hot FFT 23/07 17:54
3rd cycle hot FFT 23/07 18:09 v2
3rd cycle hot FFT 23/07 18:14 v3
3rd cycle cold FFT 24/07 11:08
4th cycle hot FFT 24/07 12:27
4th cycle cold FFT 24/07 14:55
Differences between 4th cycle cold and 5th cycle hot ... INA was not working properly... 5th cycle hot FFT 24/07 16:55
5th cycle cold FFT 25/07 10:51
6th h/c 7th h/c were successful with high data rate , 7th cycle was successful with 5min TX and 5min RXWhy we had issues with 4th cycle cold FFT ?Priorities on 4th cycle cold FFT (13 : 27)CANGatekeeper 1 Priorities on 5th cycle hot FFT (16:55) "change on priorities but still have crashes" 16:57CANGatekeeper 2 Conclusion of Analysis and CausesThe issue came on the first cycle where we had changed the transceiverTask on high data rate mode without testing it in the lab. We solved it by halting the transceiverTask for 200ms before sending the next packet with a resulting data rate of 21.84kbps. With the previous change and an increase in the stack of the transceiverTask, we completed three full functional tests with success (1h, 3h, 4h). Also, we successfully applied the higher data rate from the 5th cycle at the hot case after modifying the priorities of the tasks. After that, every FFT till the 7th cycle of the cold case was successful. So total there were another 6 FFTs successful. |
Issue resolved |
No description provided.
The text was updated successfully, but these errors were encountered: