-
I was working on a project the other day and evenually my debug builds started to become too large for the tiny microcontroller I was running on (an STM32f0706p6 if that is relevant), so I decided to …
-
Hi,
I generated a key and burned it to device.
When i enabled flash encryption, set it to development mode and run the command: idf.py flash monitor
I get errors that i burned regular plaintext(n…
roysG updated
3 years ago
-
Hi @nickray ,
https://github.com/ycrypto/salty/blob/622d28c41a44158f9720df28d4c22d95a88aee01/c-api/example/example.c#L33
https://github.com/ycrypto/salty/blob/622d28c41a44158f9720df28d4c22d95a88ae…
-
Type: Debugger
Recent updates of cpptools or vscode "integrated debugger" make my GDB setup command `-target-select remote localhost:3333` not working anymore. I'm using `openocd` as debug server a…
-
Hi, when I tried to run qemu-system-riscv32 to simulate the hello-world program, I got the following error
qemu-system-riscv32: -semihosting-config chardev=stdio0: Option not supported for this tar…
-
Add the possibility to use other programmer/debugger than the JLink.
Ex : OpenOCD and Black Magic Probe
JF002 updated
4 years ago
-
If I try to use `exe_wrapper` in my own project what uses picolibc:
```ini
[host_machine]
system = 'bare metal'
cpu_family = 'arm'
cpu = 'cortex-m3'
endian = 'little'
[...]
exe_wrapper = […
-
Mentioned on the [Roadmap Forum post](https://forum.electro-smith.com/t/the-daisy-roadmap/805/8).
Should provide a simple way of starting up a USB or UART connection, and a print function.
This …
-
Judging by the code it looks like RTT output will block forever once the buffer is full if there's no debugger attached to empty it. This will cause applications to stop working after a while when not…
-
I realize this is work in progress, so maybe you are not ready for newbies like me. Don't hesitate to tell me I need to be patient, but if your direction is not consistent with what I am trying to do …