SPI slave with DMA
Posted on May 06, 2013 at 16:42The 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 06, 2013 at 16:42The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 22, 2013 at 16:47Hi Forum users, I try to bring in my project all the advantages that a TFT Display with touchscreen promises. The touchscreen controller STMPE610 with the Displaytech's TFT Display, DT028ATFT-TS, is used but unfortunat...
Posted on May 22, 2013 at 18:17Hi , Does anyone know about a free GCC toolchain that supports hardware floating point compile (FPU)? Because i am using Cortex M4F , and codesourcery lite does not support this feature. Thanks Michael #c-runtime
Posted on May 23, 2013 at 15:42hello forum I succesfully locked 0 my STM32F4 I want to know which ST document explains all of the lock bits ? thank you #stm32f4-lock-bits
Posted on May 23, 2013 at 13:58Hello I want to generate PWM on STM32W108XX. I have done it for F series. But here I am facing problem related to clock. Plz tell me how to clock peripheral in STM32W device.
Posted on May 23, 2013 at 12:31https://cmsis.arm.com/vendor/stmicroelectronics/ has the SVD that describes processor registers but it appears to be missing important things like the system control block that contains all of the fault information reg...
Posted on May 23, 2013 at 12:06 Hi togehter, I've some questions about the I2S interface of the STM32F405 microcontroller. I hope someone could help me I'm in a bit of a crisis here now. First to my hardware setup: I've the micr...
Posted on May 23, 2013 at 11:47Hi a year ago ST provided and example Project to show, how it's possible to achieve IEC 60335 class B Safety (AN3307: http://www.st.com/st-web-ui/static/active/cn/resource/technical/document/application_note/CD00290100...
Posted on May 17, 2013 at 10:09HiWe are using STM32F373 for the first time in our units and a problem with SDADC full scale occurred. We use it in a simple resistor measurement circuit:Circuit compares Rx with a know Rref resistor. Controller is sup...
Posted on May 20, 2013 at 08:44 So I've been noticing recently that my stm32f4 discovery board is running under 168 MHz. Or at least I think. I'm trying to get this loop uint32_t i = 0; for (;i<76799;i++) { GPIOD->ODR = 0x4100; GPIOD->ODR...