STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL CAN transmit timeout bug?

Posted on December 19, 2017 at 12:24 Hi, I'm using one STM32F2 board and two STM32F3 boards. The F2 is the CAN master and the F3 are slaves. Everything works fine if I use only one F3 board. If I add the other one, then after 30sec - 5min one ...

0690X00000609BoQAI.png
Alex S by Associate II
  • 784 Views
  • 6 replies
  • 1 kudos

STM32H723zgt6 - Azure Filex

Hi,I am using Azure RTOS for my STM32H723ZGT6 to write log file to my USB pendrive. so, i am using usbx msc host and filex example code from github. File created successfully, but not opened for write, because my code returns FX_PTR_ERROR due to the ...

Screenshot 2024-10-16 175158.png
rkuma.21 by Associate III
  • 253 Views
  • 2 replies
  • 0 kudos

Resolved! Configuring Memory for STM32H753ZI USART DMA

Hi,We have been trying to setup DMA USART3 with the STM32H753ZI Nucleo.We would like to keep our stack in DTCMRAM and we thought we could move the USART buffer into SRAM1 or SRAM2 since DMA1 and DMA2 have access to it, following this post.We edited o...

cttewari by Associate
  • 601 Views
  • 3 replies
  • 2 kudos

Resolved! How to ping a STM32F107 using Lwip ?

Hello I wan't to use the ethernet of my MCU with using Lwip module. For the moment I've connect a etehernet cable between my computer and my ethernet board I've used some example of ethernet example for test the ethernet communication. But I don't ar...

Romano1 by Associate III
  • 4723 Views
  • 4 replies
  • 0 kudos

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
  • 1375 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
  • 2464 Views
  • 8 replies
  • 2 kudos