Hello, I am verifying timer functionality on an STM32F303K8 Nucleo development board. After generating an update event, the counter register does not update immediately - in downcounting mode, it ta...
This question is not very specific. It is quite open ended and is probably best posed to those at FreeRTOS support but I will ask here first as your support is excellent. Having spent months de...
Hii there I am using STM32F410RB (M4). it has a flash of 128 KB divided into following 4 sectors My query is that I want to store and retain some non-volatile data in the flash. We can us...
Hi , We are using the STM32G030C8T6 ,we are looking for a way to update the FW via UART during normal working of our system without changing the IO status during the update . It seems that it ...
Hello all, I was trying to follow the example in MOOC - STM32H72x/3x hands-on workshop - 6 Code execution from external FLASH I have configured the OSPI as per the board requirements i...
Hey, after trying to setup a different PIN for example: PC0 for PWM I just can not get it to work. But this sample code works only for PA5: #include "stm32f3xx.h"
int main(void) {...
Hello! I have a new project with a STM32F407VET6 and a STM32F103xxx over a RJ45 Jack with I2C. i worked a lot of time with I2C EEPROMs and it works fine, but my communication between the 2 STM's ar...
I am testing doing flash erase while running code from internal SRAM on a STM32F072B Discovery Board. Having initializing everything with code running in flash, I call a function where itself and all...
Hello, We are developing an industrial application based on STM32H7 (STM32H723ZGTx) and we are using NXP "TJA1101B" for PHY. It is connected to STM32H7 using RMII interface. We took hardware refere...
I working on motor control application with stm32g484ret6. Timer1 generates 3 PWM lines with complementary lines (with some deadtime) in center aligned m I have ADC readings to sample the phases cu...