STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART variable length message

Posted on March 16, 2017 at 10:48Good morning, I'm making a program that should receive from the UART a variable length message. The message ends with '\n'I tried it with thisuint8_t rxChar=0;int main() {      HAL_UART_Receive_IT(&huart2, &rxChar, 1...

Resolved! STM32F407 : IWDG and erase flash sector

Posted on March 20, 2017 at 15:53Hi,In my application I'm using the Independent watchdog on a STM32F407 with a maximum reload period of 2 ms. During some maintenance operations, we need to save some configuration parameters in flash memory. Even if ...

Resolved! STM32L452CEU6 Availability?

Posted on March 24, 2017 at 02:08Are we getting close to the official announcement?  I recall reading that the L452's were supposed to be in the distribution channel this month.  Is that still the plan?  I see the part numbers are already there at a...

STM32F405 EmWin GUI without external RAM

Posted on March 24, 2017 at 08:10Hello everyone,I am currently working on an embb3ed GUI project using the STM32F405 with 192kB SRAM. Currently, we are in the phase of developing the electronic board. Is it possible to utilize the internal ram for g...

How do I learn STM32 programing?

Posted on March 12, 2017 at 15:15I'm Japanese student, so I'm poor english.How do I learn STM32 programing? I want to learn how to use ADC, PWM, Interrupt handling etc. Is there document or Video/Web seminar for novice? I want documents and video th...

Ken Inoue by Associate III
  • 2722 Views
  • 17 replies
  • 0 kudos

Resolved! Strange SPI receive routine in Cube example code

Posted on March 13, 2017 at 00:37This is supposed to receive one byte in SPI bidirectional mode ([STM32Cube_FW_L4_V1.5.0]\Drivers\BSP\STM32L476G-Discovery\stm32l476g_discovery.c):&sharpif defined(__ICCARM__)&sharppragma optimize=none&sharpendif/** *...

Configuring Timer for DAC triggering

Posted on March 23, 2017 at 17:51Hello,I need to configure the parameters of timer TIM6 inside the STM32F769 to trigger the DAC output.The triggering time is variable and must be set depending on some parameters sent to the MCU from a PC.The minimum...