STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F303 Canbus

Posted on November 08, 2017 at 05:58Hello,I have a hardware using STM32F303RCT6 and Can Transceivers TI SN65HVD232. I want send data from Canbus to Terminal using USART1 and blink LED at GPIOC_PIN_9. I just used ARM, and i used to STM32cubeMX to con...

Vu Luu by Associate
  • 296 Views
  • 0 replies
  • 0 kudos

Power consumption issue with STM32L073VBT6.

Posted on October 28, 2017 at 12:45 I have my own product board with STM32L073VBT6.The power comsumption increase to 10mA (an other is 4mA) when enter low power mode.So I had removed all other chips only left the STM32 and found out that the MCU cos...

ren yong by Associate II
  • 391 Views
  • 2 replies
  • 0 kudos

how can i expand memory on stm32f407?

Posted on November 07, 2017 at 21:22hello,i'm working at a project. it's a digital effect processor for singing, something simple just some delay and reverb, but i don't have enough sram memory on the stm32f407...the conversion is on 16bits at 48khz...

HAL_SAI_Transmit_DMA buffer size?

Posted on November 07, 2017 at 20:25So, I have 5 TDM data slots being used in my SAI1 master TX using circular DMA.  I have a buffer that is 10240 bytes in size (5*1024*2).  So, to start the TDM signal, I call: HAL_SAI_Transmit_DMA(&hsai_BlockA1, &D...

Resolved! Using UART in DMA mode

Posted on April 08, 2017 at 00:00I am trying to implement UART in DMA mode to transmit a simple string every time a push button is pressed.So I have used CubeMX to generate the code and I have configured UART2 TX DMA in normal (not circular) mode an...

Resolved! Sequence of ADC data reading with DMA in STM32F0

Posted on October 19, 2017 at 23:09I am reading multiple ADC channels on an STM32F0 using DMA.  I am reading the data into an array.  The data does not appear in the array in the order of ADC channel number.  It is my understanding that the F0 does ...

Jack Juni by Associate II
  • 1902 Views
  • 5 replies
  • 3 kudos