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

stm32f407 protection level 2

Hello. I have set protection level 2 in stm32f407. Now I need to change the project a little bit, but st-link/v2 can't connect to the target. How will I able to reset level 2 and do 'mass erase' that chip?Thanks.

BIgor by Associate
  • 1476 Views
  • 1 replies
  • 0 kudos

Problem calibrating MSI clock using LSE

Hello, I've been trying to calibrate the system clock of a Nucleo-64 board (STM32l152) using approach proposed in AN3300 to compensate the temperature error. The proposed solution works fine with HSI clock running at 32MHz. At room temperature the op...

VMoro.3 by Associate
  • 1513 Views
  • 2 replies
  • 0 kudos

Bluepill to STM32F446 with CAN Bus

Hi. I have developed a CAN based protocol to a Bluepill and now I need to test that on the Nucleo board as well. I have been trying this for a while now and for some reason CAN messages are generated from the Nucleo board. The code was working fine w...

Resolved! STM32L4+ and W25Q QSPI weird problem

Hi guys,Currently i am trying to get QSPI W25Q512 working correctly with STM32L4R9 but weird thing happened.I am able to write data to the memory but if i start with address 0u i get data somehow shifted by 1u. For example the array of test data star...

Eiffel by Senior
  • 2087 Views
  • 3 replies
  • 0 kudos

Resolved! FLASH_PageErase() works but HAL_FLASHEx_Erase() does not

SOLVED:  I didn't convert the flashErase_handle.PageAddress to hex, so I was passing in the integer 800_8000, which is much less than 0x800_8000I'm using the Nucleo F303RE board and as part of a bootloader trying to erase pages of flash containing th...