STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 - USART6 Tx Frame Error

Posted on October 18, 2017 at 10:31Hi All,I tried to use USART6 but the data I sended is corrupted, I check the baudRate bur its looks fine(9600 bps), I add the screen shot of oscilloscope I send 0x79(0b0111 1001) but its showed me irrelevant data, ...

ygt_1108 by Associate II
  • 3179 Views
  • 19 replies
  • 0 kudos

How can I stop on PC=0 for debugging?

Posted on October 19, 2017 at 10:53I'm currently working with MDK and ULINK2 JTAG debugger in STM32F103C8.I want to stop Program Counter = 0; for debugging.But currently as much as I can stop debugging point is just PC = 0x80000178.Is there any way ...

0690X00000608gsQAA.png

Resolved! My stm32CubeMx can't open built-in datasheet.

Posted on October 16, 2017 at 02:56 When I installed the software for the first time, it works fine. Clicking 'Datasheet' icon will open the pdf file. Now this icon is shown as gray, and can't be clicked. I have downloaded all the documents on my...

ADC external-Trigger Options

Posted on October 11, 2017 at 14:34I am using the STM32F427 micro and a Keil compiler and have a question about external and timer trigger possibilities with the ADC. I have ADC1 and 2 configured for dual simultaneous mode and scanning through 12 co...

0690X000006048hQAA.jpg 0690X000006046mQAA.jpg 0690X000006048nQAA.jpg 0690X000006043eQAA.jpg

why led blink when any clock source not selected?

Posted on October 19, 2017 at 10:42hi,on this code:&sharpinclude 'stm32f10x.h'&sharpinclude 'delay.h'int main(){      SystemInit ();  RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA , ENABLE);        GPIO_InitTypeDef gpio;  gpio.GPIO_Pin = GPIO_Pin_0;  ...

Resolved! QSPI usage in STM32F769NI disco board

Posted on June 30, 2017 at 14:57Hello Team,I have purchased STM32F7 disco board. I want to use CubeMx tool to generate code and modify/use it.Can I get CubeMx project for STM32F7 discovery board : STM32F769i - DISCO (MB1225B)Thank you,

Resolved! STM32L0 custom board does not connect below 3.0 V

Posted on October 18, 2017 at 19:42Hi all,My custom designed bare STM32L052C (QFP48) board refuses to talk to external debuggers (STLinkV2, JLink) when the power goes below 3.0 Volts on Vdd pins.Only SWD interface and step-down power source are conn...

Trouble with Power STM32L031K6

Posted on October 19, 2017 at 11:00Hello, I work with a microcontroller STM32L031K6 and as soon as it arrives at 3.3 V the battery falls from 3.3V to 2V and it is no longer functional. you have an idea. pleaseMy battery it's Lithium  LI-SOCL2 - 1750...

HAL UART DMA circular buffer TX/RX

Posted on June 08, 2017 at 10:58The original post was too long to process during our migration. Please click on the attachment to read the original post.

davide by Associate II
  • 1288 Views
  • 4 replies
  • 0 kudos

STM32F373 SDADC - wrong values

Posted on October 19, 2017 at 04:22Hello everyone,Could I please get a little bit of help with getting the STM32F373 SDADCs working?The chip is an STM32F373CBT6, with VREFSD+ and VDDSD both connected to VCC (3.3V). I've followed the ST guidelines on...

0690X0000060418QAA.jpg