STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ICMP-IPv4 total length exceeds packet length

I have a problem with +500byte ICMP packet, I am using ubuntu 16.04 and firewall inactive. When I try to send ping with this command ping -s 500 192.168.1.127 ping is successfull, but when I try to send this ping -s 580 192.168.1.8 ping reply didnt a...

DCtech by Associate II
  • 745 Views
  • 0 replies
  • 0 kudos

Hello, i am implementing a HAL CAN Driver for my STM32F405. I am using a TJA1048 as a Tranciever. Down below there is my Source Code. If i want to Transmit one Message, it ends in the Errorcode: HAL_CAN_ERROR_TX_TERR0. So do you know whats wrong ?

My APB1 Clock Frequency is 42Mhz.Init:hcan1.Instance = CAN1; hcan1.Init.TimeTriggeredMode = DISABLE; hcan1.Init.AutoBusOff = ENABLE; hcan1.Init.AutoWakeUp = DISABLE; hcan1.Init.AutoRetransmission = DISABLE; hcan1.Init.ReceiveFifoLocked = DISABLE; hca...

SLeit.1 by Associate
  • 739 Views
  • 1 replies
  • 0 kudos

PDM 2 PCM DMA buffer size confusion

Hello,I have a PDM MEMS microphone that I am reading in I2S master receive mode. I am trying to take this data and put it in a FIFO buffer and then output the data over UART using DMA. I must be confusing the buffer sizes because I get mostly zeros...

kcire L. by Associate III
  • 420 Views
  • 0 replies
  • 0 kudos