STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F042 CAN POLLING WORKS - INTERRUPTS NOT HAPPENING

I have coded it both ways, so the hardware and software works except when switching to interrupt-driven receive. No interrupts happen, though I have checked and rechecked. The global NVIC can interrupt setting is there, and the enable. The CAN priori...

GBats by Associate
  • 388 Views
  • 0 replies
  • 0 kudos

CAN Bit Stuff Error during CAN2 pins initialization

Hi,I am using STM32F103RFT6 64 pin package mcu. i am seeing can bit stuff error during CAN2 TX pin ( PB9) initialization. when mcu is in reset state this pin is in high state, the moment CANTX pin gets configure to Alternate function pushpul, Low s...

YKuma by Associate
  • 471 Views
  • 0 replies
  • 0 kudos

SDIO multiple block write

Hello,I'm working with SDIO to write data to a sd card and I'm using DMA. The basic process of my project is :1.Get 512 bytes data from an external ADC 2.Write it into a SD card3.RepeatI want to use the multiple block write mode, but everytime just s...

DSun by Associate
  • 712 Views
  • 2 replies
  • 0 kudos

STM32F051 touch library bug

Hi,I Have two problem.first : using STM32F051R8Txcant use IO_TOUCHKEY2 at all !, have to assign IO2 to unused PIN and define new IO_TOUCHKEY.(if you need 3 touch you have to set 4 touch in CUBEMX case IO_TOUCHKEY2 doest respond!)second: why STM32F051...

HNaja.5 by Associate
  • 314 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F072C8 Total Flash Memory?

Hi guys,The STM32F072C8 microprocessor has a total of 31 flash pages. Each page is 2 kb in size. Thus, the processor has 64 (2x32) kb flash memory. The interesting thing is that I can read / write on page 63. How is that possible?Thanks.

Hi world! by Associate III
  • 1187 Views
  • 9 replies
  • 0 kudos

Problems with SPI on STM32F429

I've got NUCLEO-F429ZI board and I'm trying to write simple communication via SPI. I've generated code from CubeMX for SPI1, compiled it under Atollic TrueStudio and run. Unfortunately I cannot get SPI working. I mean I have no clock signal on SCK P...

0690X000009YxlyQAC.png
WKowo by Associate II
  • 732 Views
  • 2 replies
  • 0 kudos

Hello I am trying to establish single-byte receive on stm32f091 controller by polling mode but unable to do it . Do i need to monitor any flag or clear any of the flag. Please suggest some solution.

uint8_t tx_Data[4]="AT\r\n";uint8_t tx_Data_A[26]="ATFY0K0C0R0S30=64S0=0@L1\r\n";uint8_t tx_Data_B[5]="ATD\r\n";uint8_t rx_Modem0[40];uint8_t rx_Modem1[40];HAL_UART_Transmit(&huart1, tx_Data, 4, 400);//HAL_Delay(500);HAL_UART_Receive(&huart1,rx_Modem...

MKuma.8 by Associate
  • 348 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F1 system timer

Hi, I'm using STM32F103. I encountered a problem when using the system timer to generate a delay. The processor runs at 8MHz from reset, well I think, and I'm using that clock to generate a 1Ms delay. So, I've to load the SysTick LOAD register wit...

0690X000009YvdxQAC.png 0690X000009YvdsQAC.png
ASeyo by Associate II
  • 712 Views
  • 2 replies
  • 0 kudos