STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Hard Fault

Hello all , I am facing a issue of hard fault because of some reason however after analyzing issue I  suspect this could be due to  use of structure having uint64_t variable having bit fielding. I have also attached snapshot of issue which I am facin...

devendra_0-1732019755800.jpeg
devendra by Associate II
  • 443 Views
  • 3 replies
  • 4 kudos

Resolved! LWIP issue in STM32H730VBT6

Hello,   I'm trying to bring up a simple ethernet client on a STM32H730VBT6 custom board. Looks like I have a 128KB of Flash and 560KB of RAM and my code would not fit into flash after I have enabled. I modified the linker script to to remap the text...

surendersampath_0-1732028992992.png

Resolved! Can't get UART Rx interrupt to work

I cannot get the RS232 Rx interrupt to work.I am working with the stm3210c-eval board. I know it is no longer available; but it has a version of the processor that I wish to use and Ethernet support.I am initiating the receive via:HAL_UART_Receive_IT...

vneff by Associate III
  • 1180 Views
  • 9 replies
  • 4 kudos

SPI Slave DMA with CRC

Dear ST,I facing a problem or bug in the calculation routine of your stm32f7xx_hal_spi.cExplicit in line 3117 of the function call:  SPI_DMAReceiveCplt()I using DMA SPI only the MOSI channel as RX_Only. This works as expected, when I dont activate CR...

UlfS by Associate II
  • 537 Views
  • 1 replies
  • 1 kudos

Resolved! ETH LwIP program runs only when debugging

Hello ST Community!I have a problem and I need your help. I have searched and read most of the related articles but couldn't find a solution! I am using:Hardware: Nucleo H755 board connected directly to the computer.Software: STM32CubeMX version 6.12...

TonyRuan by Associate
  • 952 Views
  • 3 replies
  • 2 kudos

Resolved! SPI DATA Stays High

I am using SPI to communicate between STM32H7B3I-DK (master) and Nucleo-H743ZI(Slave). My Data transmits as expected; however, after transmission the MISO and MOSI lines stay high. I have Master Keep IO State Enabled on both.I am not using HW NSS, an...

X_CUBE_MEMS1

Good morning,I rebuild all of the project/examples/DataLogTerminal contained in X-CUBE-MEMS1 and provided by ST without changing anything with the code generated by CubeMX.The build log gives me this error:Fatal error[Pe1696]: Unable to open source f...

Gb2 by Associate II
  • 467 Views
  • 2 replies
  • 0 kudos