Advertisement · 728 × 90
#
Hashtag
#STM32World
Advertisement · 728 × 90
Original post on mastodon.social

AMAZING Signetics 25120 Library for STM32 - ALL Epstein files on one STM32

Introducing my absolutely fantastic Signetics 25120 library optimized for STM32. Store more data than you have ever done before.

#STM32 #STM32CubeIDE #STM32CubeMX #VSCode #STM32World #CurrentMakers […]

1 2 0 0
Original post on mastodon.social

SPI Flash - STM32 Tutorial #84

In this video we will go through our own W25Qxx SPI Flash library in detail. We will be using a Winbond W25Q128 flash chip on the CurrentMakers Streamline.

#STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #SPI #Flash #W25Qxx #W25Q64 #W25Q128 #Winbond […]

1 2 0 0
Original post on mastodon.social

ST Just Killed CubeMX (They Split It Again)

ST just split STM32CubeMX into two versions: Legacy CubeMX and the new CubeMX2. In this video I show what changed, test CubeMX2 on the STM32C5, and explain what this means for all STM32 developers going forward.

#STM32 #GettingStarted #Tutorial […]

1 3 0 0

Bare metal peripheral from scratch and advanced register debugging - STM32 Bare Metal #6

In this video we turn the somewhat messy code from the last video into a neatly organized library.

#STM32 #GettingStarted #Tutorial #STM32World #BareMetal #C

https://www.youtube.com/watch?v=4mSGkdPqDvY

2 2 0 0
Original post on mastodon.social

STM32 Bare Metal UART and Print - STM32 Bare Metal #5

In this video we will be converting our libraries into using bit-fields (bit packing) and implement a UART peripheral and print redirect (printf).

#STM32 #GettingStarted #Tutorial #STM32World #BareMetal #C […]

1 2 0 0

Result of the CurrentMakers STM32World STM32 Challenge

#STM32 #STM32World #CurrentMakers

https://www.youtube.com/watch?v=Sw5zSoe_anw

2 2 0 0
Original post on mastodon.social

Did ST FIX STM32CubeIDE 2.1.0? - STM32 Tutorial #82

STMicroelectronics just dropped an update to STM32CubeIDE - version 2.1.0 (and CubeMX at the same time).

In earlier videos we have mentioned the rather botched and buggy 2.0.0 release, so the BIG question is - did they listen to the users and […]

1 2 0 0

STM32 Bare Metal Library | STM32 Bare Metal Tutorial #4

In this video we turn the somewhat messy code from the last video into a neatly organized library.

#STM32 #GettingStarted #Tutorial #STM32World #BareMetal #C

https://www.youtube.com/watch?v=k-Vefsue5pM

1 2 0 0

STM32 Challenge #1 - Smallest Binary Possible

Welcome to the first EXCITING STM32 Bare Metal challenge.
The challenge is simple - make the smallest possible "blink" binary.

#STM32 #BareMetal #STM32World #CurrentMakers #Challenge

https://www.youtube.com/watch?v=_mdxum__Oew

1 2 0 0
Original post on mastodon.social

STM32 Bare Metal #0 - New series intro (bare metal or register level programming)

Welcome to the first intro video in our new STM32 Bare Metal series. In this video we will present the motivation as well as some important basic concepts.

#STM32 #GettingStarted #Tutorial #BareMetal #STM32World […]

2 2 0 0
Original post on mastodon.social

STM32 Tutorial #79 - CLion #2 Basic Usage

In this video we continue from the previous video to explore the basic navigation that is needed to get going with CLion. We cover debugging tools, selection, navigation, git and diff.

#STM32 #GettingStarted #Tutorial #CLion #STM32World […]

2 2 0 0
Original post on mastodon.social

STM32 Tutorial #74 - Streamline Demo

In an earlier video we did an unboxing of our new Streamline boards. In this video we will do an in-depth demonstration of what we believe to be the ultimately flexible development board.

#STM32 #STM32CubeIDE #STM32CubeMX #Streamline #STM32World […]

1 3 0 0
Original post on mastodon.social

STM32 Unboxing #3 - Christmas Present (Streamline Dev boards)

We receive a box of the first CurrentMakers Streamline development boards. 1 backplane, 1 programmer, 3 MCU boards and one peripheral (WS2812).

#STM32 #STM32CubeIDE #STM32CubeMX #Unboxing #STM32World […]

2 2 0 0
STM32CubeIDE 2.0.0 Tutorial - Stm32World Wiki

STM32CubeIDE 2.0.0 Tutorial

Written STM32CubeIDE 2.0.0 tutorial. Video will follow soon.

#STM32 STM32CubeIDE #STM32CubeMX #STM32World

https://stm32world.com/wiki/STM32CubeIDE_2.0.0_Tutorial

2 2 0 0

Introducing the Streamline Development Boards

Introducing our fantastic new Streamline development boards. This video is a bit of a teaser - unboxing to follow soon.

#STM32 #STM32CubeMX #STM32CubeIDE #Flash #STM32World

https://www.youtube.com/watch?v=5xQqV7BhYxM

2 2 0 0
Original post on mastodon.social

STM32 Tutorial #72 - Fixing Using Built-in Flash for Data

In the last video we covered using STM32 built-in Flash memory for data storage. I was a bit of an idiot and it didn't really work too well ;) In this video we will fix it and actually show something that works.

#STM32 #STM32CubeMX […]

1 2 1 0
Original post on mastodon.social

STM32 Tutorial #71 - Using Built-in Flash for data

In this video we will cover the possibility of using STM32 built-in Flash memory for data storage. It is questionable if you should ever do this but it's an option.

#STM32 #STM32CubeMX #STM32CubeIDE #Flash #STM32World […]

1 2 0 1

STM32 Tutorial #70 - ST7789 Display

Introducing the Magic Key - in this video we will be working with the 1.3" ST7789 display.

#STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeIDE #ST7789 #Display #STM32World

https://www.youtube.com/watch?v=5M2c9OoWSEU

2 2 0 0
Original post on mastodon.social

STM32 Tutorial #69 - WS2812 USB HID Controller (Neopixel RGB LED)

In this video we will combine earlier videos using USB HID to control the programmable RGB WS2812 Neopixels.

#STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #USB #HID #WS2812 #NeoPixel #STM32World […]

3 2 0 0
Post image Post image Post image

Jolt Connect - the best STM32 Programmer & Debugger

#STM32 #STLink #BlackMagic #STM32World

2 2 0 0
Original post on mastodon.social

STM32 - Jolt Connect - the perfect STM32 Programmer & Debugger (ST-Link)

Introducing the Jolt Connect - the best STM32 Programmer & Debugger. The Jolt Connect can operate as a ST-Link or it can be switched to running the Open Source Blackmagic firmware. This video goes through the details […]

2 2 0 0
Original post on mastodon.social

STM32 Tutorial #68 - USB HID Bidirectional

In a previous video (linked below) we created a very basic USB HID device and had working communication from the host to the device. In this video we're going to expand on this video implementing full bi-directional communications.

#STM32 […]

2 2 0 0
KiCAD #8 - PCB Order from Production Files
KiCAD #8 - PCB Order from Production Files YouTube video by STM32World

KiCAD #8 - PCB Order from Production Files

In this video we will order the new STM32 ST-Link described in previous video.

#STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #STM32World #KiCAD #PCB #JLCPCB #Electronics

www.youtube.com/watch?v=L64c...

4 3 0 0

KiCAD #8 - PCB Order from Production Files

In this video we will order the new STM32 ST-Link described in previous video.

#STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #STM32World #KiCAD #PCB #JLCPCB #Electronics

https://www.youtube.com/watch?v=L64cD1wQDfA

2 3 0 0
KiCAD #7 - EXCITING New Feature Jobsets
KiCAD #7 - EXCITING New Feature Jobsets YouTube video by STM32World

KiCAD #7 - Jobsets - Important new feature

We just discovered a "new" feature in KiCAD - Jobsets. It helps streamline the PCB ordering process.

#STM32 #STM32World #KiCAD #Jobset

www.youtube.com/watch?v=K7Mo...

3 1 0 0

KiCAD #7 - Jobsets - Important new feature

We just discovered a "new" feature in KiCAD - Jobsets. It helps streamline the PCB ordering process.

#STM32 #STM32World #KiCAD #Jobset

https://www.youtube.com/watch?v=K7MoJ5Hx3mg

1 1 0 0

STM32 Short #9 - Learn Custom USB HID

In this video we will drive into Customer USB HID device.

#STM32 #Tutorial #STM32CubeMX #STM32CubeIDE #USB #HID #CustomHID #STM32World

https://www.youtube.com/watch?v=pzgq78VZwCs

2 2 0 0

STM32 Basics #5 - RTC - Real Time Clock

Covering the basics of the STM32 Real Time Clock (RTC) as well as a trick to run the RTC from the main crystal (HSE).

#STM32 #STM32CubeIDE #STM32CubeMX #RTC #STM32World

https://www.youtube.com/watch?v=STbM44A0_-4

2 2 0 0
Original post on mastodon.social

STM32 Short #8 - Understanding USB Enumeration (re-enumeration)

In this videi we will cover the topic of USB Enumeration and how to trigger a USB Host to re-enumerate a STM32 USB Device (or Gadget).

#STM32 #Tutorial #STM32CubeIDE #STM32CubeMX #USB #Enumeration #STM32World […]

2 2 0 0

STM32 Basics #4 - Interrupts and the NVIC

In this Basics video we are going to cover STM32 NVIC and Interrupt handling.

#STM32 #STM32CubeMX #STM32CubeIDE #NVIC #Interrupt #STM32World

https://www.youtube.com/watch?v=bYdW-IPupI0

2 2 0 0