Configuration settings for STM32H743I-EVAL2 Board
I am not getting how to start with all the configurations, want to build the project with settings ,,any projects are there to start with will be helpful
I am not getting how to start with all the configurations, want to build the project with settings ,,any projects are there to start with will be helpful
I bought a STEVAL MKSBOX 1v1 and I programmed it using the ST BLE Sensor App, reading vibrometer data and after it computing the Fast Fourier Transformation. This multisensor module uses STM32L4R9. I want to know how to get the FFT using a python fil...
Hello,I am using DWM1000 on a board with a microcontroller STM32L431CC. I am facing a strange issue when the battery becomes weak and can’t provide the power needed for DWM1000 initialization.When the battery is too weak, the board resets because of ...
I have written ADC1_2_ IRQ Handler ISR and TIM2_IRQHandler. TIM2_IRQHandler is executed but ADC1_2_IRQHandler it is not executed.I have also tried to trigger ADC1 injected group with JSWSTAR event and it works fine (ADC1_2_IRQHandler is executed).The...
While doing heavy activity with a NAND flash, the code is generally working, but occasionally I get hung up waiting for an operation to finish. I trapped it on the logic analyzer several times, and it's never at the same time. In every instance the ...
Hi,I have configured STM32H743ZI spi1 as master and spi2 as slave and code is generated using stm32cubemx spi is successfully working till 30 Mbps.but if configured at Baud rate of 80 Mbps or even greater than 40 Mbps slave is not able to receive d...
I am new to this nucleo board ( Nucleo-64 , STM32F411-re). I've configured SPI1 port as master and SPI4 port as slave. I am trying to establish communication between these two ports and verifying the data weather its reflecting on SPI1-> DR data regi...
Below is the code for sending data at 2 Mbps baudrate. #include "stm32f4xx.h" #include "stm32f4xx_hal.h" #include "stm32f446xx.h" #include "stm32f4xx_hal_cortex.h" #include "stm32f4xx_hal_tim.h" #include "main.h" #include <string.h> #include <stdint....
Hi,I have small problem with connecting external sensor to my F103RB NUCLEO board. Im trying to connect Adafruit CAP1188 module through SPI normal mode. I send example messages and dont seem to get the right answer(I get 0). I just want to check if e...