STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL and MISRA C compliance problem

I've started a project with HAL library using stm32cubemx. I'm using keil for my programming and I've added PC-Lint (MISRAC checker) to check C standards. But when I run PC-lint to check MISRA C rules, I will receive lots of MISRA C 2012 violation ru...

AKhor.1 by Associate II
  • 2899 Views
  • 8 replies
  • 2 kudos

Resolved! STM32L431 SDMMC not working after STOP2

Originally posted as a reply in this old thread:https://community.st.com/t5/stm32-mcus-products/using-sdmmc-sdio-and-fatfs-for-reading-sd-card-for-stm32l471vgt6/m-p/690770 How did you solve it in the end? I also encountered this problem

AlfRomeo by Associate III
  • 712 Views
  • 6 replies
  • 0 kudos

Issue on HAL_Delay after jump from bootloader

Hi,I am working on STM32F401VE, I recently wrote a bootloader program, which is doing its job of jumping to a specified location. Now my bootloader(at addr 0x08000000) is able to jump to my main application(at addr 0x08020000 ), but when I see my mai...

PChig.1 by Associate
  • 1621 Views
  • 5 replies
  • 0 kudos

Calculating Flash data CRC using DMA

I am currently working on calculating the FLASH CRC through DMA on the NUCLEO-H755ZI-Q development board. I've successfully read from flash and calculated the CRC using DMA in memory-to-memory.Now, I'm facing challenges while configuring DMA for DMA_...