Author Topic: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)  (Read 3486 times)

KetilO

  • Moderator
  • Regular Member
  • *****
  • Posts: 42
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #30 on: January 28, 2023, 12:07:00 AM »
Hi bluedevil
 I hav checked these on Mouser.

TL074CN - OK
LM311P - OK
TLE2072CP - OK
TL712CP  - OK

NOTE!
I trided to order some TLE2072 from China once.
They were all fakes and did not even come close to the specs for TL072.

KetilO

zedd151

  • Member
  • *****
  • Posts: 1957
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #31 on: January 28, 2023, 03:10:51 AM »
NOTE!
I trided to order some TLE2072 from China once.
They were all fakes and did not even come close to the specs for TL072.
I can attest to this, especially when ordering electronic components from aliexpress. They have independent sellers there and a lot of fakes. Be especially wary if a deal seems to good to be true. It usually is.
That being said, there are legit bargains that can be had there as well (aliexpress). NOTE: some sellers sell used parts but do not say they have been desoldered. So, from my experience aliexpress is a mixed bag. Buyer beware... unsure of other Chinese vendors myself. Pretty sure ordering from amazon will yield similar results as with aliexpress as far as quality or lack thereof.
BTW don't buy resistors there at aliexpress. Cheaply made and very thin leads. Tolerances are ok, but .... cannot be used in solderless beadboards for prototyping. Leads are just too thin.

Regards, zedd.
:tongue:

bluedevil

  • Member
  • **
  • Posts: 207
  • Binary Grinder
    • SCTZine
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #32 on: January 30, 2023, 02:38:38 AM »
@KetiLO and @zedd151
Thank you for replies. I understand that mouser is more reliable? I have bought some arduino and arduino components before and they were all good btw.
..Dreams make the future
But the past never lies..
BlueDeviL // SCT
My Code Site:
BlueDeviL Github

zedd151

  • Member
  • *****
  • Posts: 1957
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #33 on: January 30, 2023, 03:09:39 AM »
@KetiLO and @zedd151
Thank you for replies. I understand that mouser is more reliable? I have bought some arduino and arduino components before and they were all good btw.
Mouser and other companies specifically selling electronic components should be fine, imo. Buying from oversees has been a mixed bag (some good, some bad) for me. Of course Mouser et. al., would be more expensive but would have some semblance of quality to what they are selling as opposed to aliexpress.
Regards, zedd.
:tongue:

KetilO

  • Moderator
  • Regular Member
  • *****
  • Posts: 42
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #34 on: February 05, 2023, 08:08:00 AM »
USB PC Scoope
-----------------
What you need to do this experiment:
------------------------------------------
PC and USB cable
Breadboard and wire jumpers
STM32F103C8T6 (blue pill) and ST-Link programmer
Resistors and capacitors (see below).

What you can build:
----------------------
Digital oscilloscope
  2 x 18K resistor
  1 x 27K resistor
  1 x 47uF electrolye

1KHz waveform generator
  1 x 10K resistor
  1 x 4.7nF capacitor

High speed clock generator
  1 x 1K resistor

Digital multimeter
  o Voltmeter AC (20V) and DC (30V)
    1 x 68K resistor
    1 x 22K resistor
    1 x 10K resistor
  o Inductance meter
    2 x 180K resistor
    1 x 470Ohn resistor
    1 x 10uF electrolye
    1 x 1nF capacitor
  o Ohm meter
  o Capacitance meter
  o Continuity tester
  o Diode tester
  o Transistor tester
    2 x 10K resistor
    1 x 10nF capacitor

Inductor:


Scpe:




Included are all the sources and drawings.

KetilO

step8

  • Regular Member
  • *
  • Posts: 10
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #35 on: April 28, 2023, 01:07:14 PM »
@KetilO
Thanks for your sharing. Good work :thumbsup: :thumbsup:
I find your STMSpy.exe use STLinkUSBDriver.dll,do you have the document for how to use this dll?

KetilO

  • Moderator
  • Regular Member
  • *****
  • Posts: 42
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #36 on: May 11, 2023, 10:54:04 PM »
Hi,

STLinkUSBDriver.dll is made by ST. I hav not been able to find any documentation.
Many years ago someone made a port to Linux and from that I was able to make STLink.lib.

Included is the sources for STLink.lib
Maybe it can be of some use to you.

KetilO

KetilO

  • Moderator
  • Regular Member
  • *****
  • Posts: 42
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #37 on: May 11, 2023, 11:08:14 PM »
Hi,

This is the latest sources for STM32Spy.

KetilO

step8

  • Regular Member
  • *
  • Posts: 10
Re: RadASM 3.0.1.0 for STM32F103C8T6 MCU (Blue Pill)
« Reply #38 on: May 14, 2023, 08:09:08 PM »
 :thumbsup:
Thanks very much.