User Activity

I am here again to ask for your help I am using a STM32F767ZI Nucleo Board and connected a Winbond W25Q64JV using the QSPI interface of the MCU. Everything is working fine so far - I can read data in every mode described in the data sheet (even Fast...
Hey there,I am trying to replace an STM32F767 with an H723ZGT Nucleo Board. The projects uses a lot of heap - in the predefined memory configuration there is not enough place in the RAM_D1 sector. What do I need to do for changing the available RAM s...
Hey there,another question. I can successful output 8 DMX universes received via Artnet using DMA (Mem->Periph). At the same time I want the possibility to receive upto 8 different DMX signals connected to the MCU. Therefore I hooked up the receive l...
Hey there,​following situation: lets say there is a product on the market based on a STM32F407 uC. This product has an ethernet connection over a PHY and it should be possible to update the firmware of the device over the ethernet connection.​As the ...
Hi everyone,I am trying to output DMX data over UART1 at 25Hz. Therefore I need a break for 88us. My plan was to take control over the port and set it into GPIO Mode. After 88us I set it back to UART mode. For breaktimes > 250us it works fine. But be...