ssd1963 display screen is white
Posted on February 14, 2016 at 14:09 The 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 February 14, 2016 at 14:09 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 21, 2016 at 23:27 Hey guys, I'm planning to make a 4 in 4 out audio dsp with f407vgt6 and two sgtl5000 codecs One i2s is master, the other is slave. They're both used in bidirectional mode. Dataformat is 24 bit lef...
Posted on February 13, 2016 at 06:56I am new to stm32. I developed an RTC project, for stm32F446RE Nucleo, that displays date on 16x2 LCD, based on the HAL example. The project works fine. I tried to use the LL example, (to learn it too), to do the ...
Posted on February 12, 2016 at 17:52At certain time instant I need to disable the PWM. The problem is that I don't want to disable when the logic is high, but low. How can I obtain this? Thanks.
Posted on April 16, 2011 at 00:20USB to transmit real-time data in the least time possible
Posted on February 13, 2016 at 02:40I'd like to set up TIM1_CH1, TIM2_CH1, and TIM3_CH1 to be synchronous in the sense that the counters reset to 0 on the same clock tick. It seems like this is possible using ''HAL_TIMEx_MasterConfigSynchronization...
Posted on February 12, 2016 at 16:20Hi there,Is there any support for a pure ARM GCC toolchain for STM32 microcontrollers?I essentially mean this: linker scripts and startup code.I understand Atollic TrueSTUDIO provides a similar path to this, but I...
Posted on February 13, 2016 at 12:18Hello everybody, I've configured the STM32F429i-DISCO eval with CubeMX (vers. 4.12.0) to read ADC1 IN5 (pin PA5), IN13 (pin PC3) and Temp Sens channels in continuous scan mode with DMA enabled. Attach you can find...
Posted on February 01, 2016 at 05:26I'm using an STM32F100RB. I've started with the reference code RTC/Calendar/main.c and it all works fine until I try to use the RTC_SetCounter function. All is OK when it gets called on startup with a value of 0...
Posted on February 10, 2016 at 22:18I just posted this message but it seems to have gotten lost by the forum system. :( Anyway, I'm using SPI with DMA to talk to a SPI flash chip. I'm using the TXRX complete callback handler to detect when a transfe...