Resolved! ST-LINK/V2 CASE ??
Hi, This is Soyoung.ST-LINK/V2 - Can you confirm this activation product??The case was white, but it is yellowish as shown in the picture.Please let me know if the case changed.I wait for your reply.Thank you.
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hi, This is Soyoung.ST-LINK/V2 - Can you confirm this activation product??The case was white, but it is yellowish as shown in the picture.Please let me know if the case changed.I wait for your reply.Thank you.
Currently doing academic research.There are few descriptions in the specification, how to measure CMRR?
Hi, I at a high level I have designed a program to toggle the user LED on PA5 if a gpio input sees a high signal (shorter than 150ms) on PA0. The program works well most of the time except in some instances when it will miss an input pulse entire...
A web search tells me I have a problem! My STM32 target has a MIPI10 connection for SWD debugging which works great with my I-jet probe. I now need to use an STLink but none of the supplied cables are for a MIPI10 target. Where can I buy such a cable...
I connected the 5v input of usb-ttl to the 5v output of the MPU, while the mpu was plugged into the computer and suddenly smoke came out. Now I get 2.8V from the 5v output of the MPU, 2.5v from the 3v output. Also in the debug circuit, r4,r10,r11,r14...
The white plastic clip on the board for ST-LINK3-MINIE debugger:https://www.st.com/en/evaluation-tools/stm32c0316-dk.htmlIs it available to order separately? For different board thickness?
I've have a custom board with a STM32G031,from the board we have access to the following MCU pins:+3V3_BTNRSTBTSWDIOSWCLK_USARTTXI've connected this 4 pins to a ST-LINK/V2. Like this (left) mcu, (right) st-link.+3V3_BT --> VCCNRSTBT --> NRSTSWDIO -->...
I saw the problem when I use them for a basic LED Blink code. The Code got stuck in a while loop in SystemClock_Config() function. I tried lots of things.My __HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1) will not return to SystemClock_...
I am using stm32g030f6p9 microcontroller. I tried to make flash read protection: if ((FLASH->OPTR & FLASH_OPTR_RDP) != 0xbb) { FLASH->KEYR = 0x45670123; FLASH->KEYR = 0xCDEF89AB; while (FLASH->SR & FLASH_SR_BSY1); FLASH->...
Hi there. I'm new here.I've a great Problem. I have a Raspberry 4 B and I've plugged inthe stlink v3 for flashing my STM32 Board. I've installed some missinglibraries and also pystlink with pyUSB and stlink. There was no problems.On the programmer I ...