Time-Appliances-Project / Time-Appliances-Project/Time-Card
GPS module UART baud mismatch in code and TimeCard on sale?
Open
@vvfedorenko is already working on this.
Since Jan 3, 2025.
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 122
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
Please forgive me if this has already been issued. I'm kinda new to this project, and is working on a Verilog (instead of VHDL) version of the Time Card's FPGA codebase.
In the current open-source version, the GNSS baud rate is 19200 as specified in the block design (the parameter 4):
set TC_TodSlave_0 [ create_bd_cell -type ip -vlnv nettimelogic.com:TimeCardLib:TC_TodSlave TC_TodSlave_0 ]
set_property -dict [ list \
CONFIG.UartDefaultBaudRate_Gen {4} \
] $TC_TodSlave_0
But on the time card I purchased (https://www.makerfabs.com/ocp-tap-time-card.html), the baud rate is 115200, and this parameter to 7 in order to function properly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.