STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem in writing SD card

Hi to all,I am not sure this is the correct forum, but I do not know where to put the question elsewhere.I need to interface with an SD card using SPI interface and I'm experiencing a big issue in write operation (CMD 24) because things quite always ...

Role of System Bank 2 in STM32H7x5

In STM32H7x5 series, the MCU has 2 System Memory banks. Bank 1 is clearly described in reference manual, but not bank 2. My question is:What is the role of bank 2?Can user use bank 2 to flash homebrew bootloader?How to boot to bank 2?

usart RX pin configure

WHICH ONE IS BEST?i have seen three methods:1, in_floating http://www.micromouseonline.com/2009/12/31/stm32-usart-basics/2, GPIO_MODE_AF_OD https://visualgdb.com/tutorials/arm/stm32/uart/hal/3, GPIO_MODE_AF_PP

High variance in ADC readings

On a NUCLEO-H743ZI board, I am using ADC3 configured like so:16-bit mode 6 MHz ADC clock8.5 cycles sampling timeTriggered by TIM3 to scan 4 channels every 10us BDMA puts the results into a memory bufferThe problem I have is that for a given voltage, ...

edwin8 by Associate II
  • 1008 Views
  • 4 replies
  • 0 kudos

Read 11 ADC Channels

How to read 11 channels of ADC in STM32G070CB? I can read 8 channels through ranks 1 through 8, but I need to read 11 channels. What is the best way to do this reading?

RDos by Associate II
  • 325 Views
  • 1 replies
  • 0 kudos

stm32f407 group priority within RTEMS

i have enable three usarts, USART1 AND usart2 enabled tx rx idle. usart3 is just output logif i set SCB_AIRCR = (0x05FA0000 | 0x500); // group 2 ,(*(volatile uint8_t*)0xE000E425) = 0x00; // usart1 IPR// set a low priority// NVIC_IPR9 usart2 (*(volati...

STM32f429I SPI and USART1

I am currently using STM32f429I. I want to check the value read using SPI by connecting UART. However, when checking the manual (DS9405, 38P), it is indicated that other UART(USART1,2,3,6) can not be used except for UART4, 5, 7, 8 when using SPI as m...

CPark.3 by Associate
  • 317 Views
  • 0 replies
  • 0 kudos