STM with RDM DMX
Is there anyone who worked on RDMDMX with STM32 Controller?
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 ...
I am new to Atollic TrueStudio V9.1.0 on Win XP Pro SP3. I can create and build new project but Debug does nothing. I do not see the Binaries folder in the Project window. How and when and where does the Binaries folder get created?
Hi. After many hours my stm32f091 board does not receive what I send to it using uart.Please could someone confirm that I'm using uart, rx and dma correctly?So this is my sequence:CubeMX -> usart1 -> DMA Settings -> add(on RX, circular, memory)Usart1...
Hello,I have used USB-CDC for some time. All STM32F3 discovery boards are rev.B (MB1035B). Recently I purchased a new one, which turned out to be a revision D (MB1035D) .Running the same code on the new board gives the famous 'USB device not recogni...