32F429IDISCOVERY SPI over DMA driven LCD
Posted on March 15, 2015 at 17:52The 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 March 15, 2015 at 17:52The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 16, 2015 at 06:54Hi, I'm trying to run a sample USB (memory) program present in Keil IDE. The source is located in C:\Keil\ARM\Boards\ST\CQ-STARM2\USBMem. As per the description, after loading the program, the USB Memory is automat...
Posted on March 15, 2015 at 15:22Hi guys, Sorry to trouble you frequently. Can't help!! I have an STM32F105VC (100 pin device). Trying to use I2C bus on pins 95, 96. This is I2C1 (PB8, PB9) and requires remap (as per documentation). Did the followin...
Posted on January 02, 2015 at 15:56I'd like to present real-time kernel: https://bitbucket.org/dfrank/tneokernel. TNeo was born as a thorough review and re-implementation of http://tnkernel.com. The new kernel has well-formed code, inherited bugs ar...
Posted on March 16, 2015 at 13:53hi,i'm trying to generate 8 pwm signals with different phase shift and different and independent pulse width.As far as i understood the toggle mode won't let you change the pulse of each signal independetly. I've bee...
Posted on March 14, 2015 at 20:36Hi,I'm trying to implement a GOCR algorithm to 32F429IDISCOVERY board. The GOCR itself works very well on PC but on the discovery board I'm still having some issues that makes it unstable and unusable. Sometimes the ...
Posted on March 07, 2015 at 00:35Is there a good way to implement a UART driver that uses DMA and freeRTOS? Or should I let the RXE TXNE interrupts handle the queueing and use no DMA?It would be nice to use tha DMA to shuffle data to an array and th...
Posted on March 16, 2015 at 15:53Hi, I need to modify a PWM inside an interrupt, I though that It would be easy, just changing CCR2 to the new desired value but it is not working properly.The change is not happening each pulse, it is a bit random.. ...
Posted on March 16, 2015 at 16:25 Working with the STM32F439 UART and originally used DMA for TX and RX, and that was working. For other reasons I wanted to change RX to use interrupt, and I had difficulty getting it to work... I got things work...
Posted on March 16, 2015 at 12:36Dear users, I recently got a present - STM324x9I-EVAL board. So far I've been tinkering with Arduino's and made some mini projects. But this one surprised me - I saw almost no references and ''how-to'' online (in com...