STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI exhibit too much noise

I m using STM32IDE ioc to generate SPI signal hardware NSS, CPOL 1, CPHAS 0 and it was working fine until recently lots of overshoot and undershoot appear, which causes the slave device to fail all data transmit to MCU. i enclosed the waveform, anyon...

External loader for SPI Flash for STM32WL - Fail to Init

I have a STM32WLE5 custom board with MX25L4006E SPI Flash.I created an external loader with CubeIDE based on the article - "How to add your SPI flash into the STM32CubeProgrammer’s external loader"The result stldr does not work and when I tried to de...

Egolt.1 by Associate III
  • 1298 Views
  • 2 replies
  • 1 kudos

FLASH freertos hard fault

HiSTM32H563ZI, I am using freertos and in first task I try to make flash write operation code;Flash::Error Flash::flashErase(const uint8_t sectorNumber){uint32_t sector_error = 0;FLASH_EraseInitTypeDef erase;erase.TypeErase = FLASH_TYPEERASE_SECTORS;...

Recep by Associate II
  • 973 Views
  • 4 replies
  • 0 kudos

STM32H7 and smartcard

Hi, I am trying to understand if mcu STM32H753 supports the smartcard mode for USART as reported in the datasheet. Has anyone ever used it and managed to port X-CUBE-SMCARD for H7 series? Also, in your experience do you think is better to use ST8024L...

Andrea_ by Associate
  • 471 Views
  • 1 replies
  • 0 kudos

touchGFX rotation

ICNA3310 monitor does not support changing display direction. Does touchGFX support rotation,Will the rotation of touchGFX by 90 only change the height and width of communication?Will rendering data not be modified?笔记