STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI Triggering GPIO

SEE EDITI am using the STM32H7B3I-DK. I am trying to write my own simple SPI ISR to handle transmitting and receiving of just one byte I have gotten the slave working with my ISR (while master used HAL). I am now implementing on the master and having...

Ethernet software reset is not clearing

The Ethernet reset is not clearing (ETH_DMABMR_SR in DMABMR).I am having a similar issue as others but have not seen a solution in the forum.I am working with the stm3210c-eval board. I know it is no longer available; but it has a version of the proc...

vneff by Associate III
  • 98 Views
  • 4 replies
  • 0 kudos

No UDP packets transmitted after ARP reply

Hello,I'm using the STM32F767ZITx MCU and the lwIP library to transmit and receive UDP packets every 1 ms.Everything works fine but sometimes, after the ARP table has expired, UDP packets are no longer transmitted for several seconds even though my S...

Resolved! ADC problems

Hi,  I am having a strange ADC problem on my STM32L431 device. I am sampling 6 channels without DMA using polling method with the following code:     while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ ADC_Select_CH0(); HAL...

tompa by Associate II
  • 175 Views
  • 5 replies
  • 0 kudos

Problem with SPI and ADXL345

 Hi, I’m having trouble reading measurements from the ADXL345 using SPI. I’ve attached a picture from the debugger that shows a view of the variables. The SPI is configured as master full duplex, and I’ve included a screenshot showing the SPI configu...

FilipF303RE_0-1731342474048.png FilipF303RE_1-1731342489083.png

Hard fault after lwip init

i recently made a custom board using stm32h743VIT6 and i configured lwip and freertos (before this i was using stm32f407vgt6 it is perfectly working and the circuit is same for this MCUs) now when i start the program it keeps having hardfault i tried...

PPPos Lwip Issue

Hello everyone,Today I'm writing to you because I'm trying to implement a PPPoS connection over the USB CDC Host of a STM32H745. The modem I'm trying to connect to is a SIM7500 of SimCom.I managed to establish the connection between the modem and the...

RPC by Associate II
  • 155 Views
  • 3 replies
  • 1 kudos