STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

W25Q256 write protection

Hi!Why can i not disable the protection? I use W25Q256. I can't write and erase the flash ic.The programming was working, but suddenly an error occurred during download. Here I noticed that the bits of SR 1 went to 1 and I can't reset them.What could...

Resolved! CAN2 on NUCLEOF446RE is not working.

I am working on NUCLEO F446RE, I need to use CAN1 and CAN2 on the STM32 NUCLEO-F446RE board. I tested CAN1, which works normally for sending and receiving data, but when I tried CAN2, it didn’t work at all. I looked for solutions in https://community...

pawatJoy by Associate II
  • 2166 Views
  • 12 replies
  • 0 kudos

Resolved! STM32H7B3I-DK "_C" Pins Not Working as GPIO

I am working on the STM32H7B3I-DK and needing to use PA0_C PC2_C and PC3_C as part a button scanner, as all other pins are being used. I have PA_0 configured as an output and PC2_C and PC3_C as Inputs with pull downs. The current full 3x3 configurati...

STM32F4 RMII ETH external clock source

Posted on September 23, 2013 at 16:03Hy all, I've a question about the RMII mode at STM32F4 mikrocontrollers. I checked the datasheet and the stm3240g-eval user guide. So the eval board user guide say that at page 19:''In RMII mode the 50 MHz clock...

totti001 by Associate II
  • 2083 Views
  • 9 replies
  • 4 kudos

STM32H7S78-DK FatFs uSD FR_DISK_ERROR

Hello, I have a question to ask regarding a problem with the STM32H7S78-DK card and using FatFS for an SD card, using RTOS.I try to describe the problem in as much detail as possible.I have my own application which includes TouchGFX among other thing...

Leo99 by Associate III
  • 862 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G0B0 USB_DRD_FS Interrupt problem

hello.Using STM32G0B0CET6USB_DRD_FS---Host_Only_FS,USB_HOST---Mass Storage Host Class,FATFS---USB DiskUSB Interrupt---EnableIf you set it to the above mode and operate it, the USB is recognized only once when the power is first turned on, and the USB...

Kimjunho by Associate II
  • 2523 Views
  • 6 replies
  • 0 kudos

Resolved! Motor speed estimation using TIM2 and TIM3 on STM32F407

I'm trying to connect an encoder with STM32F407VGT6. The encoder sends out A,B and Z pulses out. I can read both A-B and Z pulses using TIM2 and TIM3 respectively. Timer 2 is in encoder mode and TIM3 is in input PWM mode. I want to know if I'm correc...

zd9797 by Associate II
  • 837 Views
  • 4 replies
  • 1 kudos

STM32G030 corrupting program on last minute write

I have a STM32G030K8 processor that needs to write some stuff to memory as soon as it detects that it will be losing power - always a bad time but I have to do this.Most of the time it seems to be doing this just fine but once in a while the processo...

Hendrik1 by Associate II
  • 1843 Views
  • 14 replies
  • 0 kudos

Resolved! EEPROM Emulation

A while ago a member of ST staff kindly helped me on this forum with adding EEPROM emulation to my design (at the time based on Nucleo-F401RE) by directing me to here....https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32F4-D...