STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Does DP83848 PHY work with the stm32H7(43)

Hi All,I'm having a terrible (fun) time trying to get the DP83848 to work with the STM32H743 (RMII).No packets, no interrupts, nothing. - it's just dead to the world.I can get things working with the LAN7842 and I can get the DP83848 working with the...

MS.9 by Associate III
  • 55 Views
  • 0 replies
  • 0 kudos

Resolved! Watermark in Azure ThreadX?

Greetings and thanks for reading.  FreeRTOS has a built in utility function uxTaskGetStackHighWaterMark() that reports on the amount of space unused by the stack.   You can use this function to gauge just how much of the stack is used and how close y...

flash erase fail

hello:      I use STM32H7A3VGT6 in our board, two flash regions are available in the MCU and their start address are 0x08000000 and 0x08080000, all in bank1, when I use STM32CubeProgrammer to erase more than 3 sectors from 0x08080000, it works well, ...

lbapplem by Associate II
  • 78 Views
  • 4 replies
  • 0 kudos

Blink example for STM32L552 Nucleo board

Hi! I am trying to run a simple blink example using the STM32L552 Nucleo board, but I can't seem to figure it out. Any help in figuring out what my problem is would be very helpful. I've tried looking at the data sheet to figure out what the SRAM-bou...

krook by Associate
  • 218 Views
  • 7 replies
  • 1 kudos

UART / SBUS Data Aqcuisition

Hey folks. So for a beginner DIY fixed-wing flight controller, I am trying to incorporate servo values from an external receiver via SBUS [by FrSky (0-> Low, 1-> High; contrary to the standard SBUS by Futaba)] into my software.I found a good amount o...

JGiem1_0-1704717971165.png JGiem1_1-1704718124386.png JGiem1_2-1704718174444.png
JGiem.1 by Associate III
  • 8461 Views
  • 34 replies
  • 13 kudos

USBX Device MSC in Standalone mode

I'm trying to get USBX Device MSC to work in Standalone mode (without RTOS).  I loosely followed @B.Montanari 's example in https://community.st.com/t5/stm32-mcus/how-to-implement-usbx-in-standalone-mode/ta-p/614435, and also referred to a CubeMX exa...

PRuss by Associate II
  • 81 Views
  • 2 replies
  • 0 kudos

UART_WaitOnFlagUntilTimeout

i was debugging code HAL_uart_Receive (); sprintf(command, "AT+CMGL=\"ALL\"\r\n");//read all sms HAL_UART_Transmit(&huart1, (uint8_t *)command, strlen(command), 10); // HAL_Delay(100); HAL_UART_Receive(&huart1, RXbuffer, ...

Labels