STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! For the STM32H747i evaluation board, is there any specific hardware changes needed for working ethernet?

I have followed the driections from here to set up my project using ethernet. However, I do not get any response that the ethernet application is even running. I have tried pinging the set ipaddress of the board given in the description. I'm on Ubunt...

jmorganj by Associate III
  • 570 Views
  • 1 replies
  • 0 kudos

Resolved! Why does my application stall when calling udpSend?

I have been trying to set up an Ethernet application demo on the STM32H757Xi-Eval board that I am helping to evaluate for a customer trying to determine if st micro-controllers are the best chip to utilize in their next gen releases. I have not had m...

jmorganj by Associate III
  • 635 Views
  • 1 replies
  • 0 kudos

self test for functional test

hii'm firmware engineer and using stm32f4 seriesrecently, i found the st mcu provides a self test libraryso, i has looked into related docs and library files (X-CUBE-CLASSB)but, i can't download any of library files (it's called STL)why?has their pol...

Fish by Associate II
  • 852 Views
  • 2 replies
  • 0 kudos

HardFault_Handler on sdio + FreeRTOS

HelloI am currently developing a card where I need to write logs to an SD card, for this I use an STM32F411 + plus a home made card. First I followed the following tutorial to write on the card: https://controllerstech.com/interface-sd-card-with-sdio...

bvale.2 by Associate II
  • 511 Views
  • 0 replies
  • 0 kudos

cubeIDE + Azure RTOS Netx on F4

So i need to setup a tcp server on the f4, easy as there are examples using netx. But i am forced to use HAL 1.27 which is in no way compatible with the old eth drivers, i dont need the performance win of the new ETH HAL, but whenever i try to change...

CButz.1 by Associate III
  • 403 Views
  • 0 replies
  • 0 kudos

STMCube simple HAL_UART_Transmit seems to die

Hi, I just tried to create a simple Test for USART but it doesn't work.I activated HSE, Serial Wire and UART2 for aynchronous 115200 baud. 8.1 via stmcubeThis is basically the code I wrote into main loop:... char text[] = "Hallo Welt!\r\n\0"; w...

TecDroiD by Associate II
  • 994 Views
  • 5 replies
  • 0 kudos

[LL] Incorrect comment for VREFINT_CAL_VREF

In https://github.com/STMicroelectronics/STM32CubeL4/blob/c5e83f31696c3da4fb374224471afd08d9d457b3/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h#L346 the comment for VREFINT_CAL_VREF says /* Analog voltage reference (Vref+) value with which te...

bootloader for stm32f030k6t6

i am trying to make a bootloader for a stm32f030k6t6, i was reading the AN4325 application note, from what i understood that i can only have a USART bootloader on pins PA14/PA15 or PA9/PA10, and i have a bluetooth connected on the uart1 serial which ...

jdo by Associate II
  • 1333 Views
  • 9 replies
  • 0 kudos