STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! UART Booatloader for STM32F469I-DISCO

Hi, I would like to test out the UART bootloader functionality for the demo board STM32F469I-DISCO. I am using reference documents AN2606 and Demo board schematic. I am assuming  I need to follow below steps to achieve this.Please let me know if I am...

NAmam.2 by Associate II
  • 887 Views
  • 8 replies
  • 1 kudos

xQueueCreate not creating any queue

Posted on June 16, 2017 at 15:08I'm using NucleoF207G in that I'm trying to freertos queue using STM32Cube but i can't able to create any queue using xQueueCreate API . Pls give me a Proper suggestion .-ThanksK.Manikandan

STM32U575 incorrect timing

I am testing the functions of STM32U575 and found the following issue.I simply wrote this in main(): while(1){ for(i=0;i<160;i++); HAL_GPIO_TogglePin(GPIOC, GPIO_PIN_11); } where i is defined as uint32_t.HCLK is set to 160MHz by using PLLCLK with...

TIMER Interrupt and Other Interrupt

Hello All, I am progressing toward my goal. I am bit banging a GPIO port every 2 uS based on a Byte buffer. I can not use SPI because I need to send a predefine number of bit that is not 8 aligned. So I use a timer and every UIF event I reset the GPI...

vbesson by Senior
  • 634 Views
  • 8 replies
  • 1 kudos

Resolved! Code is stuck in XSPI_WaitFlagStateUntilTimeout

I am currently trying to write to an external Flash via QSPI (SST26VF064B). So far I have been able to successfully configure the chip as required and I have also been able to read some configuration registers in the flash so I know I can communicate...

Screenshot 2024-08-22 at 1.45.39 AM.png
Kwame by Associate II
  • 536 Views
  • 4 replies
  • 0 kudos

Resolved! COMP4 to TIM2 capture to TIM3 slave

My configuration is that I use TIM2 CH1 to capture the time between COMP4 edges. This works ok. Now I would like to use TIM3 to generate some ISRs on several channels, I would like to let TIM3 to reset based on TIM2 capture ch1. I set TIM2 TRGO to "u...

CyberNerd by Associate III
  • 262 Views
  • 1 replies
  • 0 kudos