SPI problem with hardware NSS management
Posted on October 26, 2009 at 04:22SPI problem with hardware NSS management #stm32f0 #metoo-maybe #nss #dma #spi
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 26, 2009 at 04:22SPI problem with hardware NSS management #stm32f0 #metoo-maybe #nss #dma #spi
Posted on February 03, 2016 at 15:03Dears friend.I have four boards with Stm32f407vgt6 and only one is working CAN bus.I am using CAN1 in PB8 and PB9.I think about this is a problem from microcontroller.Att,Gabriel Bonato #stm32-can
Posted on May 19, 2014 at 18:21Hello, I have the EVALSTPM32 board along with the STEVAL-IPE023V1board and GUI software. I was able to calibrate the STPM32 with a load via the GUI. I have all pertinent documentation that is linked to this product bu...
Posted on January 27, 2016 at 14:46Hi, I am using the microcontroller STM32L0. I configured two pins(PB5 and PB6) of the micro as outputs. And the PB5 is in SET state and the PB6 is in RESET state. To update the firmware , we use the bootloder. T...
Posted on February 03, 2016 at 15:03Application examples from stmcube are ready to use on MDK, SW4 and Truestudio.when I try to import these apps, Eclipse sees SW4 and TrueSTUDIO. and I can import them. But cant edit the tool chain and builder. I am...
Posted on February 03, 2016 at 15:10Hello,I am using one wire to I2C converter and I am not get to communicate with it.Somebody used this converter with stm32f4?Att,Gabriel Bonato
Posted on February 03, 2016 at 13:01
Posted on February 03, 2016 at 10:57Hello all,I'm using the STM32F072 with STM32cubeMX.I need to record the ADC data by using ADC Watchdog feature.Can I use ADC watchdog with ADC DMA together at the same time?Because I would like to have some data b...
Posted on February 02, 2016 at 16:05Hi folks,I'd like to implement some checks in the SysTick handler that will help to determine what code was executing when the SysTick interrupt fired. (What I'm actually doing is counting ticks since last IWDG se...
Posted on July 04, 2014 at 11:13 Hi; I want to receive unknown size data from uart with isr. The problem is STM32CubeMX generated HAL UART libraries want to know incoming data size for buffer. Is there any solution other than writing my ...