-
rusefi.map:
```
.bss._ZL10usbChannel
0x0000000020045e94 0x12c /tmp/rusefi.elf.QVDVPE.ltrans0.ltrans.o
.bss._ZL10usbConsole
0x0000000020045fc0 0x4d0 /tm…
-
``
static void sample_task_entry(void * pvParameter)
{
UNUSED_PARAMETER(pvParameter);
EventBits_t event;
check_err_timer = xTimerCreate("Timer", 2000, pdFALSE,(void *) 0, check_error…
-
Hi @kuba2k2,
The Generic RTL8710BX (mentioned in my previous support requests) doesn't start after sending a restart command or after an OTA firmware upgrade. https://docs.libretuya.ml/boards/gener…
-
[](https://user-images.githubusercontent.com/9398961/152087307-13e87105-2a1c-4aa5-81dc-703f9efc14d4.png)when I try to print something on my ld 002r most of the time it disconnects and gives me the err…
-
i am using the develop branch, as i want to use the gcc (`gcc version 10.2.0 (Fedora 10.2.0-4.fc34)`). board is based on stm32f103cb: https://raw.githubusercontent.com/ARMmbed/mbed-HDK/master/Bare%20D…
-
I've noticed that it's basically impossible to control I2C via FPGA on AFCv3.1/AFCK.
If I try e.g. to change ADN4604 settings, all voltages on board will reset almost immediately.
I didn't check yet…
-
As title suggests
Not able to get the breakpoint to work, also no source view, maybe they are related?
Looked through wiki and other examples, am I missing something?
The project is configured w…
-
nRF52832 GPIO 16 active high interrupt from VL53L1x causes hardfault.
-
Hello!
I have been recently experimenting with NuttX and found this problem that I cannot quite understand how to fix.
```
arm_hardfault: PANIC!!! Hard fault: 40000000
up_assert: Assertion failed …
-
It took me two days to get Rust and this library working on my STM32F4DISCOVERY, so it would be really amazing to have some examples. I'll share the code I ended up with, but I'm not sure about the co…