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

STLinkV2 detected Cannot connect to target

Hi allI am new learner for use the STLink V2 programmer.I'm detect the error "cannot connect to the target" unable program to my MCU.I use my JTAG 20 pins connector and use few pin NRST,VCC,GND,SWDIO,SWCLK connect to my UUT connector .And also power ...

0690X000006CKztQAG.jpg 0690X000006CKzoQAG.jpg 0690X000006CKzjQAG.jpg 0690X000006CKzeQAG.jpg
tyee by Associate
  • 393 Views
  • 0 replies
  • 0 kudos

HAL_SPI_Transmit uint16_t size limit

Hello,I would like to send a uint32_t size array via HAL_SPI_Transmit / HAL_SPI_Transmit_DMA but both are limited to 16 bit size. I have tried casting as HAL_SPI_Transmit(&hspi1,Array,(uint16_t)65537),10000)but this doesn't work.I have also tried edi...

SSmit.0 by Associate II
  • 4500 Views
  • 13 replies
  • 0 kudos

How do I import a sample project into Eclipse?

How do I import a Cube project? I once managed to set up a project where I am able to write firmware for the stm32f746g-disco board using the tutorial https://www.carminenoviello.com/2015/07/13/started-stm32f746g-disco/ Even after the instructions I ...

MMett by Associate III
  • 663 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F030F4P6 with Arduino IDE or Atmel Studio

Hello,I have just got a new board that I purchased using the STM32F030F4P6 MCU.This is a Mini Developing board that you can get from Ali Express and it is good as well IMHO.The Board that I have is:And I am bit struggling to make it to work under Ard...

0690X000006C5ywQAC.jpg
AGUET by Associate II
  • 4368 Views
  • 5 replies
  • 0 kudos

STM32F0 Communication with STPM33 Evaluation board

Hi All; I would like to measure active power. DataTx[0] = 0xFF; DataTx[1] = 0x00; DataTx[2] = 0xA0; DataTx[3] = 0x00; DataTx[4] = Metro_HAL_CalcCRC8(DataTx); HAL_SPI_TransmitReceive(&hspi1, (uint8_t *)DataTx, (uint8_t *)DataRx, sizeof(DataTx),10...

0690X000006CKqcQAG.jpg
Gz by Senior
  • 407 Views
  • 0 replies
  • 0 kudos

how to convert uint8_t to string

how to convert uint8_t to string and show in SSD1306_Putsi try like this.uint8_t check;SSD1306_Puts("choose dreep"+String(uint8_t), &Font_7x10, 1);

hande by Associate II
  • 2308 Views
  • 4 replies
  • 0 kudos

Question on TIM 1 interrupts

I would like to know more about the following interrupts so that I learn when to use them. Where can I find details about them?TIM1 Break interruptTIM1 Update interruptTIM1 trigger and commutation interrupt, specially this oneTIM1 Capture Compare in...

xpp07 by Senior
  • 529 Views
  • 1 replies
  • 0 kudos