-
Hello,
Although the [documentation](https://www.arduino.cc/reference/en/libraries/samd_timerinterrupt/) stated that it is compatible with Portneta H7, I received a compiling error.
Is there anyt…
-
Hi, the DAC timed writes (triggered by timer6) is not working on the H7. I can't figured out the exact issue, but it seems to be related to `dma_nohal_xxx` functions. If the DMA is initialized with `d…
-
**Is your feature request related to a problem? Please describe.**
I'm using multiple ram region. And so more than one region have data stored on the flash (variables with default values). For examp…
-
`./scripts/twister -s tests/drivers/adc/adc_api/drivers.adc -p nucleo_h753zi`
Gets:
```
/home/galak/git/zephyr/drivers/adc/adc_stm32.c: In function 'start_read':
/home/galak/git/zephyr/drivers…
galak updated
3 years ago
-
In https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32h7/stm32_pwm.c, the ```pwm_dumpregs``` function's [definition](https://github.com/apache/incubator-nuttx/blob/master/arch/arm…
-
I'm trying out your MCU Host demo and it's stuck here:
![image](https://user-images.githubusercontent.com/90632159/134487076-dcc4a37c-f275-4cf4-99a7-e6f6a144d25f.png)
I'm using a ESP32-C3 and a S…
-
This sketch illustrates a failure of SPI.transfer with a NUCLEO-H743ZI2. The sketch use a SCLK rate of 400kHz.
```
#include "SPI.h"
const uint8_t CS_PIN = 10;
void setup() {
SPI.begin();
p…
-
Hello,
Thanks for providing the application examples for lwIP. They were very helpful for me as I am trying to port them to the RTEMS OS. However, there is still a small issue which makes it diff…
-
Thank you for this board. I have a question, On the back of the blue pill plus there is place to solder a W25Q64 spi flash. If I look at the datasheet of the GD32F303, the GD32F303 can connect quad sp…
-
I am testing the boot_count example code provided on the homepage. My QSPI chip is the MT25QL512ABB with 64MB of NOR Flash storage. I verified reading, writing, and erasing to the QSPI independently o…
ghost updated
3 years ago