Can-Bus Error
Posted on May 12, 2014 at 19:56The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 12, 2014 at 19:56The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 07, 2015 at 10:41I use STM32F4 Discovery and a USB TTL to serially connect the ARM and the computer I use. I got a serial program and it is Parallax Terminal. The problem is when I download the program to the ARM, the character show...
Posted on August 07, 2015 at 10:22Hi,Is there any USB host example without class-specific driver? I see some examples in the Cube lib, but all are class-specific eg HID/MSC/etcI would like to have a 'direct' comms between a F7-disco and an external ...
Posted on August 06, 2015 at 16:20 Hello all, I'm trying to communicate with a nokia 5110 LCD. The nokia 5110 has a slave select bit that I am setting using a GPIO pin (because I'm not entirely sure how the NSS bit for SPI works). My problem ...
Posted on August 06, 2015 at 21:18Hello,I am trying to write my own driver for the FT5336 touchscreen driver for the STM32F7 Discovery board, but I could find a good (english) datasheet for it. The only thing I have for reference is the driver avail...
Posted on August 05, 2015 at 23:26 Hello, Im trying to implement a connection bewteen a STM32F0 discovery and a bluetooth module. Im using the USART2 with this code (thanks Clive1) : /* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery ...
Posted on August 06, 2015 at 16:54Hello,I have an incorrect output on the terminal, I check again it and it seems everything is ok. please help me. For clarify the case, I attached two snapshots from this situation.Also I use from linux(uclinux) of ...
Posted on August 25, 2014 at 03:29Hi everyone,So i have started to use STM32 MCUs.I used before Tiva MCUs with IAR and now i'm trying it with the ST.I realy find hard to configure a project to work with the HAL drivers. You need always do so much ea...
Posted on August 06, 2015 at 14:24 Hello! I configured the ADC with DMA to fill a table in RAM. After ADC_StartConversion (ADC1); I use while (!DMA_GetFlagStatus (DMA1_FLAG_TC1)) ; until the DMA is full. This works fine for one...
Posted on August 04, 2015 at 13:24Hello, Lately I've been trying to save some data on flash in my STM32F3 discovery board. Saving data was succesful but I have a little problem in reading from this memory. Function I'm using to check my data is: ui...