STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Stm32f469i Display is splitted in 4 Rectangles

Hello,I'm currently trying to program an STM32F469I-Discovery REV-B-01. I'm using the BSP files from STM32Cube_FW_F4_V1.28.0.What I want: Just a white screen with "Hello World" at the top. What I'm facing: Look at the picture. This is my Code:  BSP_...

DerFreaker_0-1721208486726.jpeg

STM32f446re

HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1,1000); readValue1 = HAL_ADC_GetValue(&hadc1); HAL_ADC_Stop(&hadc1); HAL_Delay(100);   HAL_ADC_Start(&hadc2); HAL_ADC_PollForConversion(&hadc2,1000); readValue2 = HAL_ADC_GetValue(&hadc2); HAL_...

How to configure MQTT in STM32F407G Discovery Board

Hi Team,Here we are trying to configure MQTT in STM32F407G Microcontroller for ethernet we are using ENC28J60 controller, I am using Mosquitto library to publish or subscribe to the broker, but I am unable to publish message, so is there any link,vid...

ggowd.1 by Associate III
  • 95 Views
  • 0 replies
  • 0 kudos

STM32F407 Ethernet LwIP + FREERTOS ping break Hard fault

Dear team,I am facing an issue where my device disconnects and drops the ping whenever the master device tries to connect with RS-485 Devices. after some "request timeout" error the device goes into a hard fault.The application runs on  STM32F407VET6...

ATPL by Associate II
  • 81 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F4x DMA NDTR, need your help

Hello, I have a SPI TX DMA, and I need to do the followingStep 1:start the TX DMA ,Step 2:stop the DMA,Step 3: store the NDTR register,Step 4: modify the size of the DMA SPIStep 5: restart the DMA with the new sizeStep 6: and restore the position of ...

vbesson by Associate III
  • 129 Views
  • 2 replies
  • 1 kudos
Labels