STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Trouble with GLCD with STM32L031K6

 Hi everyone,I'm working on a project where I need to interface a graphic LCD with an STM32L031K6 microcontroller. I have available GPIO pins are :- PA4, PA5, PA7, PA8, PB0, PB1, PB6, PB7, PA11, PA12, PB4, and PB5.I'm trying to print data on the LCD ...

Resolved! HAL_Delay() inaccuracy

Hi folks,I recently started my STM32 journey using a STM32WLE5JCxx (the LoRa-E5). After fighting with the SubGHz for a while, I managed to write a decent application, but I'm not completely familiar with all of the essentials yet.Currently, I am usin...

bns by Associate III
  • 1386 Views
  • 15 replies
  • 8 kudos

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
  • 2478 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
  • 516 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
  • 1339 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_...