Тёмный
No video :(

ADC Base 🟣 STM32 Programming with STM32F103C8T6 Blue Pill C++ (Analog to Digital Converter) 

Binder Tronics
Подписаться 5 тыс.
Просмотров 2 тыс.
50% 1

In this STM32 microcontroller programming with C++, we will be covering how to use the basic ADC with the STM32F103C8T6 on the Blue Pill development kit. Using the Silicon Technologies ARM based STM32F103C8T6 on a Blue Pill development kit with C++ and STM32 Cube IDE.
Git Repository
github.com/Dev...
➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
ru-vid.com...
Facebook ▶ / bindertronics
Twitter ▶ / bindertronics
☕Coffee Funds☕
Shekels
www.paypal.me/...
Patreon
/ bindertronics
Bitcoin
19nohZzWXxVuZ9tZvw8Pvhajt5khG5mspW
Ethereum
0x5fe29789CDaE8c73C9791bEe36c7ad5db8511D39
#STM32 #ARM #STM32CUBEIDE

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@TECHNOLOGYTIPS101
@TECHNOLOGYTIPS101 9 месяцев назад
Thank you for your help so far, additional payments to follow as we progress towards a solution!
@TECHNOLOGYTIPS101
@TECHNOLOGYTIPS101 9 месяцев назад
Please help me read and write to the Microporcessor SC1408 which is very old and the manufacturer is no longer supporting it. Thanks!
@BinderTronics
@BinderTronics 9 месяцев назад
I have an email address on the channel page. On desktop, it is next to my logo > more links > channel details. You can send whatever you got on the chip via that email. I provided no garantees that I can actually get the chip to program. The odds of success are low if the manufacturer does not support the chip anymore.
@TECHNOLOGYTIPS101
@TECHNOLOGYTIPS101 9 месяцев назад
@@BinderTronics Thank You, I will send the info ASAP, and if you can resolve this issue, I will pay you for your precious time.
@cxshoppermag3239
@cxshoppermag3239 9 месяцев назад
Nice video, so far the tutorial is really good I feel like I am on the path of Zero to Hero 😸 I have one question thou, you hardware setup. I see the serial flasher(red,green,yellow,black), FTDI232(gray,blue,purple wire) that is ok but the the device marked DS3231(red,black,green yellow) and the USB cable what is the need for those?
@BinderTronics
@BinderTronics 9 месяцев назад
For later videos. DS3231 is a RTC over I2C and the USB is for a V-com port. The USB only provides for now. People skip over the hardware sections of the other video so I put the whole hardware setup in one video for those that are interested. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Lg_00KVXiwQ.html FYI new videos are realest once a month.
@TECHNOLOGYTIPS101
@TECHNOLOGYTIPS101 9 месяцев назад
Hi, thanks for the great tutorials. Do you know which software I need to read and write to SC14430 Micro Processor?
@BinderTronics
@BinderTronics 9 месяцев назад
k so the chip is not listed or is deprecated. If it is ARM based then you can use openOCD and a dap-link based debugger with a SWD or JTAG interface. You can ask here if you need help identifying the chip electronics.stackexchange.com/ . TL;DR need more info
@TECHNOLOGYTIPS101
@TECHNOLOGYTIPS101 9 месяцев назад
@@BinderTronics Thank you, but the board on which the chip is soldered already has the SRX, STX, and GND interface. Would the openOCD work with that type of serial interface?
@BinderTronics
@BinderTronics 9 месяцев назад
@@TECHNOLOGYTIPS101 Seems like you have a datasheet and I don't or you are working off board markings. "SRX, STX, and GND" this look like a uart bootloader. There are no results for SC14430 on the English internet. Can't really help if there is no SKU or part number that links to a datasheet.
@TECHNOLOGYTIPS101
@TECHNOLOGYTIPS101 9 месяцев назад
@@BinderTronics Thanks again, so this is the same as the SC1408 for which the datasheet is available. I posted the link to the datasheet, but RU-vid deleted it.
@abdellahsendjasni812
@abdellahsendjasni812 Год назад
Hi man , will u do some raspberry pi pico or pico in C in tutorials the future?
@BinderTronics
@BinderTronics Год назад
The primary constraint is time. I am leaning more towards the ESP32-S3. The pico W is up for consideration but it is a underwhelming MCU. The Renesas RA4M1 is now also on the list. Nordic is also somewhere there. This is all predicated on whenever I am done with the STM32s and whatever the trends indicate. I can do videos on GigaDevice, Maxim or Texas Instruments MCUs but the interest is just not there. Also I despise editing.
@abdellahsendjasni812
@abdellahsendjasni812 Год назад
@BinderTronics np man I wished I could learn about pico w in c from you but np I wish you good luck even what u mentioned are worth learning as well. BTW do u suggest me any good books for learning about avr microcontroller?
@BinderTronics
@BinderTronics Год назад
Honestly the datasheet and official documentation on the SDK (if there is one) are your best friends. It is not easy question to answer. The best teacher I have found is to pick a personal project you care about and get it to the point where it is user friendly. The moment the project has an inconvenience or needs manual intervention fix it. The project will spear the research.
@pyroboxx_de
@pyroboxx_de 8 месяцев назад
Thank you, is that code on Github? Or can you upload? :)
@BinderTronics
@BinderTronics 8 месяцев назад
I am currently not uploading the source for the foreseeable future.
@ShyamKumar-rw2vq
@ShyamKumar-rw2vq 3 месяца назад
Why the ADc reading procedure is this much complex? why Cube Mx Ide not providing some simple way to read ADC channels one by one in programs .when I work with ADCs the inter channel interference is a big issue.Nobody is addressing the real problems any where. According to me the methods used By Microchip Risk Processors are very simple. The explanations about the Control register bits are confusing. Waste Of time to work with cube IDE. select channel,switch it to sample and hold,start sampling ,give result. i really dont understand why ppl are talking bla bla bla much on a simple ADC process...
@BinderTronics
@BinderTronics 3 месяца назад
You seem very distressed. You do not understand because you have never done serious high speed DSP. No-one uses the basic ADC on a STM but you still need to under stand it. The meat and potato's sit with DMA. Zero clock cycles wasted on operating the ADC. Set it and forget it. It will sample in the background. You only need to read the sample data out fast enough. Hands down the best ADCs I have ever used are from ST. Renasa is a close second. "select channel,switch it to sample and hold,start sampling ,give result" Exactly the same for a ST chips when using blocking samples. "Microchip Risk Processors" PIC is horrendous. "inter channel interference is a big issue. Nobody is addressing" This is a you problem. Fix your circuit. You likely have capacitive coupling caused by something external.
Далее
SMT32 ADC Interrupts with STM32CubeIDE
9:49
Просмотров 11 тыс.
Step-by-step digital power supply design using STM32
55:48
ADC Configuration and Programming | STM32 Course
58:01
Просмотров 4,2 тыс.