STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0 DMA one shot mode

Posted on February 26, 2018 at 09:52Hi all,I am using the ADC with DMA configured in one-shot mode. We are using the STM32F071V8 controller. Page number  246 of the Reference manual says that -  In this mode, the ADC generates a DMA transfer reques...

0690X00000609n8QAA.png

STM32CubeMx 4.24 ADC pin configuration broken

Posted on February 26, 2018 at 05:21When you configure AIN0 for example in ADC1 it assigns it to PA0.  Perfect.But when you go to assign AIN0 for ADC0 it assigns it to PA0 as well?!  It should assign it to PB0.The list on the right use to give you a...

SDRAM initialisation with CubeMX

Posted on February 26, 2018 at 01:01Hi, I was trying to get SDRAM working on custom board with STM32F746. After I calculated timing parameters and generated code with CubeMX i tried to write and read some data form SDRAM, but it always ended in hard...

0690X00000609oYQAQ.png

Development Board for STM32L151CB & STM32L151C8 MCUs

Posted on November 27, 2016 at 13:21Hi, We want to develop a LoRa node based on( https://github.com/Lora-net/LoRaMac-node).They are using STM32L151CB & STM32L151C8 MCUs. So, could you please suggest us a development board + all necessary accessories...

Timer 2,3 Offset

Posted on February 20, 2018 at 05:30Here's my code to initialize timers 2 and 3. Keep in mind that right now, this code executes with no problem and there is a 100Hz output on PA5 (TIM2) and PA6 (TIM3)My objective is to offset TIM3 by 180 degrees fr...