User Activity

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...
Hi!when I run the HAL example code LwIP_HTTP_Server_Netconn_RTOS I get HAL_ETH_ErrorCallback() called on every packet, but the program seems to work fine.its this bit that gets called (so something hapenning with DMA)if((HAL_ETH_GetDMAError(heth) & E...
As far as I can tell, there is a bug in mem_init() in mem.c this can cause a memory overrun and hard fault (if you're lucky) In lwipopts.h I set LWIP_RAM_HEAP_POINTER = 0x30004000 MEM_SIZE 0x4000 I would expect the pool to be from 0x30004000 to 0x300...
Hello!I’m struggling to get a decent jpeg frame rate with both OV2640 and ov5640 using DCMI. I'm getting about 10fps!I’m using what seems to be the technique that other are using to determine when a jpeg frame has arrived.  while (1) { jpegComplete...
All,I'm finding that concurrent DMA driven SPI transfers are failing.its STM32H743, Latest HAL, latest Cube and followed all rules with cache configuration etc etc.I’m running this in different FreeRTOS threaads and if I put a mutex around the HAL DM...
Kudos from
Kudos given to