RDM responder
Posted on December 14, 2015 at 01:07Hi I'm currently developping a RDM responder :) Did somebody of you already took part of a project with RDM ? If so, can I expect some help with my program ? :)Thank you ! #dmx512 #stm32
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 14, 2015 at 01:07Hi I'm currently developping a RDM responder :) Did somebody of you already took part of a project with RDM ? If so, can I expect some help with my program ? :)Thank you ! #dmx512 #stm32
Hi everyone, i'm trying to read some data from an accelerator and for this purpose using SPI. I'm using NUCLEO-F401RE board. So after enabling SPI, clock pin goes HIGH as i want (CPOL=1) but when i send data CLK stays as HIGH until i disable SPI, mea...
Hello I have two cards, the first is a STM32F746 Discovery and the second is a STM32L475 Discovery.I have to use USB FS to do the firmware updates using the DFU class in USB_Device in CubeMx.I have all tried to update the cards with the DfuSe Demo so...
Is there anyone who worked on RDMDMX with STM32 Controller?
Hi everyone,I'm trying to use LL drivers for STM32F103 series using CubeMX and my problem is that when i try to send a byte LL_USART_TransmitData8(USART1, data) the USART Transmission Complete Flag is never set and no data is transmitted through .I ...
I have been trying to get CAN communication to work using the STM32F4 HAL. I am using the MCP2561 (http://ww1.microchip.com/downloads/en/DeviceDoc/20005167C.pdf) transceiver with the Nucleo board. I have tried using both Normal mode and Loopback mode...
HI since fews days, i'm trying to get data from my microphone connected in stereo mode on my evaluation card B-L475E-IOT01A and give them to the DAC. According to the datasheet PE7 is DFSDM1_DATIN2 and PE9 DFSDM1_CLKOUTso i activated channel 1 on cha...
Posted on May 09, 2016 at 12:53In our project we have two boards communicating with eachother through SPI. A controller board based on an STM32F405 is SPI master over a sensor board for which we have two instances. One is based on an STM32F071, the ...