STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How many SPIs do STM32F429VIT6 have?

From the website, it shows there are 6 SPIs in STM32F429VIT6, but from CubeMX Connectivity​ list, there are only 4 SPIs in STM32F429 series.So which parameter is correct ?B.R.Billy

Bhuan.11 by Associate
  • 474 Views
  • 2 replies
  • 0 kudos

HAL Uart Receives My Uart Transmit Data

Hey there,I communicate with electronic component that communicate with UART.I use STM32F0 MCU. I send Uart messages and make some process after electronic component sends its own Uart data. My problem is:When i use Uart_transmit. My uart receive int...

Resolved! What is the "debug" column in the MAP file?

I know this is a dumb question, but I've googled it and can't get an explanation. What is the "debug" column in the MAP file?Also, it's alarmingly big... using Keil is there a setting I should use to compile without whatever is taking up that space?...

STM32H7 ADC (independet mode) + DMA

volatile uint32_t dbg_res = 0; volatile bool isAdcWork = false; static __attribute__((section(".adc_dma_buf"))) __attribute__((aligned(0x20))) int16_t s_pAlignedAdcBuffer[(1024 + 0x1f) & ~0x1f]; void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc)...

0690X00000A9sVaQAJ.png
ARoma.7 by Associate
  • 383 Views
  • 1 replies
  • 0 kudos

Resolved! ST microelectronics commitment to fulfill ?

On the storage device on the nucleo-h743zi i just bought is a file "MBED.HTM"the ARM page https://os.mbed.com/platforms/ST-Nucleo-H743ZI/ explains:WarningThis platform is not yet available on mbed on-line compiler. Please use mbed-cli commands in the...

STM32-MAT release 4.3 PIL or External mode setup

Posted on July 09, 2016 at 03:02I am trying to run ADC example that came with STM32-MAT release 4.3, but not able to get it going. Has anyone got either PIL or external mode working and can tell me how to do it? I have got the GPIO LED blinking test...

florence by Associate II
  • 2367 Views
  • 7 replies
  • 0 kudos