Daniel Mosquera

Results 47 comments of Daniel Mosquera

The same happens with this program: int main(int argc, char **argv) { return; } The program runs when it is executed in the command line, but gdb cannot run it.

There is no need to extend telemetry on a separate wire. DHOT telemetry coding repeats almost 50% coded values, so there exist a lot of codification values (7 ranges of...

I think that VDD supply monitor and reset source is enabled in the code below. The problem is that in order to be able to write in flash, supply monitor...

@haslinghuis I have updated the issue description with the correct diff and resources data. The steps to reproduce the issue are: 1.- Flash STM32H743 target in Racerstart H743 mini HD...

I have tested now and Racerstart H743 mini HD's ADC inputs doesn't work at all with STM32H743 target with RAST-MINI_H743_HD.config in any Betaflight version I have tested: 4.2.11, 4.3, 4.3.1...

I have made more tests and statements below are not true. At this time there is no way of reproducing the error by the cli. More tests are needed. Sorry...

@howels With IFLIGHT_H743_AIO and the diff below temperature is correct, but I have to make more tests to check that ADC values hang: ``` diff # version # Betaflight /...

I tried IFLIGHT_H743_AIO_V2 with Betaflight 4.2.11 and above's 4.2.11 diff, and in this version ADC values don't work also I have found that when applying above's 4.2.11 diff two dma...

With IFLIGHT_H743_AIO, the one that works, dma cli show command gives this: ``` # dma show Currently active DMA: -------------------- DMA1 Stream 0: DSHOT_BITBANG 4 DMA1 Stream 1: DSHOT_BITBANG 2...

Using RAST-MINI_H743_HD config with STM32H743 unified target in Betaflight 4.3.1, when changing ADC 1 dma it shows that dma is moved from 8 to 11, but it wasn't shown when...