-
### Description of defect
I get issues running mbed compile -m NUCLEO_F767ZI -t GCC_ARM
The error is to do with not being able to find files e.g. #include "psa/crypto.h". The directory t…
-
Use the [STM32 Nucleo 144 Manual](https://github.com/madison-embedded/documentation/blob/master/stm32/nucleo/nuc144.pdf) to finish populating `GPIO_TABLE` in [`include/gpio_alias.h`](https://github.co…
-
Need to write code that exposes the SDMMC peripheral so we can later pull in file system code (i.e. FAT32) and log information to an SD card.
-
Hello,
I am trying to get an SD card working on NuttX just over SPI. Currently, I am on commit 85b0fae, with the profile `nucleo-144:f767zi-nsh`. I was following the [Using SD card over SPI NuttX](…
-
I am using custom board based on `nucleo_f767zi`. I have an external RTC clock and I'm trying to use it for the RTC:
overlay:
```
&clk_lse {
status = "okay";
};
&rtc {
status = "oka…
-
ビルド時に多めの警告が表示されます.
```
arm-none-eabi-gcc -c -o objs/cfg1_out.o -MD -MP -MF objs/cfg1_out.d -O2 -Wall -g -ffunction-sections -fdata-sections -mlittle-endian -nostartfiles -mthumb -mcpu=cortex-m7…
-
Hello, i have board STM32 Nucleo f767zi.
I want to make http-client on this board. In C/C++, i can use LWIP library, but i'm not found similar features in Emgo.
How can i make http-client by Emgo?
-
#### Description
The stm32f746 and stm32f767 are almost identical, only different peripherals and a different cache size, and one would expect at least somewhat identical benchmark results between …
-
I am trying to build the `product-mini/platforms/zephyr/simple` example targeting the `nucleo_f767zi` board with `WAMR_BUILD_LIBC_WASI` so that a WASM module compiled for `wasi` can execute on the boa…
-
I would like to share some recent speedup I made in my pyocd setup.
First I would like to indicate that this was done for STM32F767, on NUCLEO_F767ZI board (with st-link v2), Mac OS X and optimized t…