Dominic Clifton

Results 269 comments of Dominic Clifton

Rebased again, conflicts in #12221 necessitated a new PR #12252.

~EDIT~ accidentally flashed wrong file, ignore previous version of this comment.

Updated binaries for testing: [SPRacingH7RF-octo-spi-test-3.zip](https://github.com/betaflight/betaflight/files/10530615/SPRacingH7RF-octo-spi-test-3.zip) ![image](https://user-images.githubusercontent.com/57075/215351070-f3ce1506-bf9c-48f0-b0e5-e0524d556ca8.png) Output: ``` # Betaflight / STM32H730 (SP7R) 4.5.0 Jan 29 2023 / 19:08:00 (a7d4590b31) MSP API: 1.45 # board: manufacturer_id: SPRO, board_name: SPRACINGH7EXTREME #...

[SPRacingH7RF-octo-spi-test-4.zip](https://github.com/betaflight/betaflight/files/10557173/SPRacingH7RF-octo-spi-test-4.zip) ``` # version # Betaflight / STM32H730 (SP7R) 4.5.0 Feb 1 2023 / 12:55:21 (norevision) MSP API: 1.45 # board: manufacturer_id: SPRO, board_name: SPRACINGH7EXTREME # status MCU H730 Clock=520MHz,...

@NossicaSystems Doesn't look like it, similar message from a recent nightly: ``` error: the 'rust-gdb.exe' binary, normally provided by the 'rustc' component, is not applicable to the 'nightly-2023-06-17-x86_64-pc-windows-gnu' toolchain ```...

@lkaino merging is quite trival. put your new settings (if any) in one or more structures, add a PG ID (into parameter_group_id.h) use PG_DECLARE in a header file, for the...

> I managed to get it work @400Mhz I had a lot of issues if I try higher frequency, I'm using CubeMX to help me with the clock configuration but...

I wasn't aware of the way that J-Link RTT Viewer virtual terminals worked and wonder if this is also the reason why piping from the RTT Logger would randomly stop?...

For some additional context, the J-Link RTT documentation is here: https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/#api-functions I imagine that the API function 'SEGGER_RTT_SetTerminal()' would be where the 'control commands' are generated in C code and...

> Yes exactly, you can view the source code in the J-Link installation That's what I thought, then I +1 this feature request so that DeFmt can work with the...