Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FPGA_bus.cpp
- Revision:
- 8:65d1b1a7bfcc
- Parent:
- 6:e68defb7b775
- Child:
- 9:6fe95fb0c7ea
--- a/FPGA_bus.cpp Wed May 08 16:41:44 2019 +0000 +++ b/FPGA_bus.cpp Sun May 12 21:10:50 2019 +0000 @@ -234,7 +234,7 @@ uint32_t FPGA_bus::read_speed_measure(uint32_t channel) { - uint32_t register_address = ((QE_BASE + (channel * NOS_QE_REGISTERS)) + QE_CONFIG); + uint32_t register_address = ((QE_BASE + (channel * NOS_QE_REGISTERS)) + QE_SPEED_BUFFER); do_transaction(READ_REGISTER_CMD, register_address, NULL, &data, &status); global_FPGA_unit_error_flag = status; return data;