feat(firmware): Jetson binary serial protocol on USART1 (Issue #120) #132
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-firmware/issue-120-serial-protocol"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue #120 — STM32 Serial Binary Protocol
Summary
jlinkmodule: USART1 (PB6/PB7) at 921600 baud, DMA2_Stream2_Channel4 circular RX, IDLE interrupt[STX][LEN][CMD][PAYLOAD][CRC16_hi][CRC16_lo][ETX], CRC16-XModem0x01HEARTBEAT,0x02DRIVE,0x03ARM,0x04DISARM,0x05PID_SET,0x07ESTOPFiles
include/jlink.h— newsrc/jlink.c— newinclude/config.h— JLINK_BAUD, JLINK_HB_TIMEOUT_MS, JLINK_TLM_HZ, FW_MAJOR/MINOR/PATCHsrc/main.c— integration: jlink_init, jlink_process, flag handlers, 50 Hz telemetry TXtest/test_jlink_frames.py— new, 39 testsCloses #120