STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ST-Link with JST adapter?

I inherited a board that has a SM06B-XSRS-ETB JST connector for the SWD port.  I believe they were using an ST-Link programmer. Does the ST Link programmer come with an adapter cable that has the male side of the connector?  Or is there a cable avail...

dsabol by Associate
  • 1281 Views
  • 7 replies
  • 4 kudos

Resolved! CAN FD ON STM32 nucléo H745zi-Q

In my  project, i will  to communicate with a cluster of cars that support the CAN FD protocol, operating at a baud rate of 500 kbit/s with a data payload of 12 bytes.  my plan to interface this communication with a NucleoH745zi-Q board, which suppor...

sana1 by Associate III
  • 570 Views
  • 1 replies
  • 0 kudos

Resolved! ST link upgrade issue

Hi,please anyone could help me out how to resolve the issue regarding the ST-link upgrade. when i am trying to upgrade it is throwing an error "ST-link not in DFU mode. please restart it".I am facing this issue after updating both STM32cube IDE and S...

DDS_0-1711099748422.png
DDS by Associate II
  • 1856 Views
  • 2 replies
  • 1 kudos

STM32H7 rookie error

Hi, everyone.I recently bought a STM32H750B-DK devboard to try and learn to program microcontrollers. I'm beginning to think I should have started with something simpler...I tried following the "getting started with STM32" tutorial from the wiki. SO,...

Resolved! about IO-Link device development

We are an industrial automation company from Suzhou, China, and we want to develop an IO-Link device product recently.We want to adopt the STEVAL-IDP003V1 + TeConcept solution.But I don't know how to get this support, such as how to buy the STEVAL-ID...

RFID integration

i am trying to connect "RFID YHY502CTG" with STM32F407G-DISC1,i have attached the datasheet of RFID,please help me to send and receive data. i am using this code in while loop.while (1){/* USER CODE END WHILE */ /* USER CODE BEGIN 3 */Txdata[0]=0xAA;...