Resolved! delete this thread
delete this thread
delete this thread
I'm trying to read adc value from 5 channels. I used CubeMX to generate the code (i do have stm32l462vetx) ... each time i run the code, runs for maybe 10s and find myself in the "HardFault_Handler" .. I have tried dropping simpling cycles, clock, ...
Hi,I'm starting to write a custom bootloader for a STM32F437 MCU.This bootloader will reside in the first 16KB sector of the first bank (that I will make write protect) and its scope will be to allow the user to download via UART its application firm...
According to STM32F401re data sheet conversion time for 12 bit , 10 bit, 8 bit and 6 bit ADC at 30MHz ADC clock are 0.5us, 0.43us. 0.37us and 0.3us respectively with 3 sampling cycles. I also used exactly the same configurations to achieve the exact ...
Hello,How could I specify the stack size in the graphical interface of Atollic TrueStudio for STM32?Best regardsMichel
Hi,I am currently working with an STM32F0 Discovery Board (with CubeMX and HAL). I am trying to shift two PWMs.The first thing I tried was to program TIM1 and TIM3 as follows:Channel 1 of TIM 1 is the trigger of the TIM3 PWM and the configuration of ...
HI,I have a working code on STM32 NUCLEO-L452RE, which captures two Analog signals, and calculates their arctan. Currently I can visualize these signals in STMStudioI want to plot these signals as well as their ArcTan in a GUI/Dashboard that is clean...
Here is what my code looks like:FLASH_OBProgramInitTypeDef pOBInit;pOBInit.USERConfig = FLASH_OB_GetUser();HAL_FLASH_Unlock();HAL_FLASH_OB_Unlock();pOBInit.OptionType = OPTIONBYTE_USER;pOBInit.USERType = OB_USER_IWDG_STOP;pOBInit.USERConfig &= ~(FLA...
hi,I am using STM32F051R6 series micro controller for my project, i am unable to configure PC1 for port interrupt . I am sharing my configuration below#include "stm32f0xx.h" // Device header#include "RTE_Components.h" // Component selec...
Hello STians,I am new to ST MCUs and working on a custom STM32F100R8 board. My client needs to have FOTA (Firmware over the air) upgrade option. Board has BLE on USART for the firmware upgrade. I need to clarify/confirm weather STM32F100R8 is capable...