STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32+http+php

Hello, I have been working on eth creating a web page. I want to know if I should use php to connect to the database. (My database is on the website of the company I work for that collects sensor data.) I've tried it and it doesn't work. I tried usin...

non by Associate III
  • 700 Views
  • 0 replies
  • 0 kudos

s25fl128s EEPROM device driver for STM32H7

Hi there,I am trying to interface to a s25fl128s EEPROM device.  I understand that there is built in support for this SPI interface for STMCubeIDE.  Can someone please point me in the right direction.In my search for a driver for the EEPROM I cam acr...

OAtha.1 by Associate
  • 1309 Views
  • 2 replies
  • 0 kudos

STM32F030 outputs 1.3V instead of 3V

I have set all GPIOB ports as outputs and have an adjustable resistor on port PA1 which I’ve set as an analogue input to do an adc conversion to display a voltage output to three seven segment displays with each segment being connected from PB0 to PB...

CeeLazzy by Associate
  • 529 Views
  • 1 replies
  • 0 kudos

Resolved! FILEX: `fx_media_format` parameters.

I need to implement formatting of various media like SD cards or USB disks.With FATFS it was brain dead easy, it just worked without asking for the my shoe size and ultimate answer about universe and everything. With FILEX I need to provide just all ...

HTD by Senior III
  • 2622 Views
  • 1 replies
  • 2 kudos

Resolved! Need to Modify a HAL USB Library

I need to make a change to the library file usbd_hid.c under the Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src directory. I can do this and it changes the local copy, but regenerating the code overwrites the changes I make to it. I don't want...

Loren by Associate III
  • 2090 Views
  • 4 replies
  • 0 kudos

Resolved! stm32f429-disc1

HelloUsing internal adc for sampling the Analog signal of voltage 300mV.The output of ADC on plotting has noise. On increasing the voltage the the waveform gets clearer. What could be the reason and how to overcome it? 

Screenshot (4).png
harry123 by Senior II
  • 1271 Views
  • 4 replies
  • 3 kudos

NMI HANDLER

Hiwith STM32H563ZI, (nucleo-h563) I work on freertos + tcp, when I try to make flash operation like erasing software goes NMI handler, but if not making erase just make flash_program it doesnt fail, because of I couldnt erase the sectorsi I cant prog...

Recep by Associate II
  • 791 Views
  • 0 replies
  • 0 kudos

write to flash fail

Hi,I try to write and read from flash on stm32wb10cc but when i try to write by HAL_FLASH_Program function i received 3 errors in  FLASH Status register:1. Programming alignment error2. size error3. Programming sequence error my code is: on the main:...

aviel by Associate II
  • 1049 Views
  • 1 replies
  • 0 kudos

Resolved! TCP Client

Hello I'm developing a TCP client for STM32F4 MCU.I'm using the LWIP sockets api and freeRTOS to do so.This client will both send and receive data when triggered by RTC (every hour or so) and based on an ADC reading.My understanding is both sockets a...