Ask questions, find answers, and share insights on STM32 products and their technical features.
I am new to this evaluation board, (Nucleo-64 STM32F411), I am working on timer , I need to Update event for every 1s and for every 1 s response from the Timer base I need to toggle the status of the LED.In the following code I am not able to toggle ...
Hello all, i have a Problem on a STM32F30x as described in the question.I can´t achieve to connect TIM16CH1 and TIM17CH1 to GPIOB 8 and 9. The goal is to get a PWM signal on these pins based on a compare match.Both Timers are running. If i read the...
HiPlease can someone help me with the code for STM32F446 and ADS8885 http://www.ti.com/lit/ds/sbas568a/sbas568a.pdf I'm not sure how to read the values using SPI here is part of my code.uint8_t adc_buff[3] = {0,0,0}; uint32_t adc_val = 0; HAL_GPI...
I am using the STM32G071RB board; trying to enter standby mode and wakeup using the automated timer after a certain number of seconds. I can't find any documentation on what I need to enable/disable before entering standby mode and attempting to wake...
I am running into a very odd issue where the pull-up on GPIOC, 6,7 and 8 do nothing.Using debugger and comparing to other pins with nothing connected I see IDR reflecting status of pin with pull-up or pull-down enabled. This does not happen for these...
/* Includes ------------------------------------------------------------------*/#include "main.h"#include <stdio.h>#include <malloc.h>/* Private includes ----------------------------------------------------------*/ /* Private variables --------------...
My computer OS is Win10, 64bit .For STM32 ST-LINK it won't able to connect with STEVAL-IDI002V2(STM32L1) Device and also in device manager STEVAL-IDI002V2(STM32L1) Device did not recognize.But stm32nucleo board successfully detected and showed in dev...
Hi,I am trying to send a CAN FD message with a STM32H743, using initialization code generated by CubeMX. Attached you can find a screenshot of the CubeMX settings. The clock to the FDCAN module is 100MHz. This is the code I use to send the message:HA...
I am using STM32F030R8T6, with 64kB flash size. Now I have <1k space left in the flash and whenever I load the ELF file with Atollic TrueSTUDIO the device doesn't work. The watchdog keeps resetting the device. However if I load the .HEX file, everyth...