STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I can`t to turn on a TA1 output in HRTIM.

Hello! I am trying to start HRTIM TIMA in PWM mode. Clock frequency of HRTIM is 140MHz. I use CubeMX 5.1.0 , chip is STM32F334R8T7. The configuration of the timer is following: set source is timer period event, reset source is timer compare 1 even...

Resolved! flashing stm32h563zi

Hi,I am trying to flash STM32H563ZI,  (NUCLEO-H563ZI) but I get hard fault errorI will flash to BANK2 that starting address 0x081000000MY CODE;HAL_FLASH_Unlock();erase.TypeErase = FLASH_TYPEERASE_SECTORS;erase.Banks = FLASH_BANK_2;erase.Sector = 0;er...

Recep by Associate II
  • 951 Views
  • 2 replies
  • 0 kudos

Resolved! BSP_QSPI_MemoryMappedMode Enable doesn't work with W25QXX

Hi,I am trying to do a memory map with this board W25QXX and it's not working. For some reason even on the original code we can see the function for BSP_QSPI_MemoryMappedMode have a comment (https://www.waveshare.com/wiki/W25QXX_DataFlash_Board). Any...

aabba1_0-1701326010915.png aabba1_1-1701326039424.png
aabba.1 by Associate III
  • 1252 Views
  • 3 replies
  • 1 kudos

FMC SRAM read data sampling time

Hi,I am working with STM32H753 and I am developing baremetal application using FMC. The FMC is interfaced with an external asynchronous memory, address and data signals are not muxed and there is no need for NWAIT, NADV nor CLK signals.On the FMC sid...