STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTOS Survey

Bored Saturday, I was just curious who's using which RTOS:FreeRTOS (Hideous Hungarian HorroRTOS, where code is fugly and deficiencies are touted as features ;)Azure/ThreadX (can't wait to see how Microsoft poisons this one ;)RTX (any actual CubeMX su...

Resolved! Flash memory erase

I am using STM32L476RGT6. I am trying to read and write operation in the embedded flash memory. I am unable to erase the stored data in the embedded flash memory. I am following method to erase :FLASH_EraseInitTypeDef EraseInitStruct; HAL_FLASH_Unloc...

Resolved! STM32F100 PWM signal on PC6, setup question

Hi Firstly, sadly I can not change to HAL as I don't have time to port this all across right now for this project dealine. I am trying to setup a PWM signal on PC6 on the STM32F100, I am pretty sure I need to set it as an alternat function but I have...

TDuck.1 by Associate II
  • 3738 Views
  • 6 replies
  • 0 kudos

STM32Uxx: OCTALSPI direction signal (is missing)

I need level shifters, using QSPI signals with 1V2 logic (MCU can just be set for 1V8, so I need level shifters).I have realized: bi-directional level shifters for 1V2 are pretty slow (and rare). Level shifters which have a DIR signal (to turn the di...