STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1202 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
  • 578 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?笔记

STM32F0 ADC error

I have an ADC issue with the STM32F0. Looked all through the HAL docs and not sure what the error is. I can't get the ADC to complete a conversion or if it does only the first call. When I debug with the ADC calibration call, it goes to a fault. When...

briano_0-1703132087156.png
brian-o by Associate
  • 1884 Views
  • 3 replies
  • 0 kudos

Resolved! firmware relocation fail due to DMA enable

Hi,   I have a firmware runing on STM32F405RGT6 whith is reloacted at 0x800C000 and is called by a bootloader. The problem is if I enable UART DMA, the program will be interrupted by non stopping DMA interrupt immediately. However, there is no stream...

MHo.15 by Associate III
  • 1274 Views
  • 4 replies
  • 1 kudos