Тёмный
No video :(

Project 🟣 STM32 Programming with STM32F103C8T6 Blue Pill C++ in STM32 Cube IDE 

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

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

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@muhammadjidan8280
@muhammadjidan8280 Год назад
I'm waiting for a video about the next stm32 project.
@BinderTronics
@BinderTronics Год назад
next week
@BinderTronics
@BinderTronics Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-w9mvqz1ONb0.html
@user-fn5tt2fp8k
@user-fn5tt2fp8k 5 месяцев назад
very good
@TSA595
@TSA595 2 месяца назад
baie dankie
@enginstud8852
@enginstud8852 Год назад
C or c++ ? Which is better ? I don't have C++ experience so I lean on C
@BinderTronics
@BinderTronics Год назад
There is no correct answer. The main arguments are: C tends to be more memory efficient while C++ is more future rich. You are able to write procedural and OOP in C++ while C can only do procedural. Just a note: C and C++ are no longer 100% interoperable. Just ask anyone that has tried to initialize a C struct in C++. My rule of thumb is the more memory a device has the more likely I am to use C++. I will not go into great depth with C++ in this series. I would suggest you learn basic C++. There are only advantages to it, from porting Arduino libraries to career options.
@nicolasssssssss
@nicolasssssssss Год назад
Thanks for the vid! I had a problem while debugging. I had an special character on the directory path where the workplace was (an "á" on the user folder name). That threw me an error. I solved it by changing the directory of the workplace out of the user folder avoiding the special character.
@BinderTronics
@BinderTronics Год назад
Just wait till you copy some code and it has a invisible Unicode character in it.
@muhammadjidan8280
@muhammadjidan8280 Год назад
To do autocomplete code on stm32cubeide you have to press ctrl+ space. Is there a way to make it do this automatically?
@BinderTronics
@BinderTronics Год назад
intellisense should activate as you type. ctrl+space just forces it to activate.
@jonathan8090
@jonathan8090 6 месяцев назад
Thank you! new sub. Even tho the main is cpp and the other files are c. Will it work as C++?
@BinderTronics
@BinderTronics 6 месяцев назад
C++ is for the most part "backwards" compatible with C. C structures are not 100% compatible with C++ structures. C++ treats a struct the same as a class with the default access modifier as public instead of private. You will see me use a mix of C and C++ in the later videos. C++ is not C and vise versa.
@aimeiz7637
@aimeiz7637 Год назад
I tried to copy project to compiled it on higher family processor, but wanted to have original version unchanged. Just copied directiory structures on the disk, buy new copy is not visible as cube project. How to do it properly?
@BinderTronics
@BinderTronics Год назад
I do a project copy here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-w9mvqz1ONb0.html
@diastec2687
@diastec2687 4 месяца назад
I have a voltage inverter that uses an STM, generates a PWM signal, the chip only turns on when metal touches the GND of the STM, what could it be?
@BinderTronics
@BinderTronics 4 месяца назад
Got electronic repair experience? I wouldn't touch a inverter internals otherwise. Find a local professional to help you.
@diastec2687
@diastec2687 4 месяца назад
Sou experiente no assunto sim, me refiro no problema que esta acontecendo no oxilador pwm stm32f103c8t6, só liga se eu tocar chave ou pinça no gnd do mesmo.tenho muitos inversores com esse problema que usa essa micro.
@BinderTronics
@BinderTronics 4 месяца назад
Sounds like a floating ground. Can't help you without taking measurements myself. Google translate is not helping much for the language barrier also. Parece um terreno flutuante. Não posso ajudá-lo sem fazer as medições sozinho. O Google Tradutor também não está ajudando muito com a barreira do idioma.
@marcinsp5iou66
@marcinsp5iou66 Год назад
Hello. Thanks for valuable tutorial. Since Cube IDE is based on eclipse it should be possible to chose color scheme to dark or something darker than default setup. Since I couldn;t find color scheme option is it possible to have it dark and save eyes? If Yes - how?
@BinderTronics
@BinderTronics Год назад
8 Feb. There will be video explaining how to install dark mode.
@BinderTronics
@BinderTronics Год назад
ru-vid.comkCnKq1TzizM
@aimeiz7637
@aimeiz7637 Год назад
@@BinderTronics Thank You. Finally I switched Cube to dark mode. Only MX part reminded light.
@BinderTronics
@BinderTronics Год назад
No solution for this that I am aware of. MX is a separate plugin.
@ianbritt5128
@ianbritt5128 3 месяца назад
Jy moet se "shows an error" en nie "throws an error" 😂😂🤣 nie
@BinderTronics
@BinderTronics 3 месяца назад
Jy het nog nooit silent errors dan al gesien nie. As ek dit kan sien het hy dit gegooi. Toys uit die kot uit op die vloer. "Error vomit" is n ander term wat ek like.
Далее
STM32 Guide #2: Registers + HAL (Blink example)
30:02
Просмотров 193 тыс.
Blue-pill STM32 Programming Using ST-LINK V2 Dongle
7:53
STM32 + OLED = Display Anything
18:01
Просмотров 19 тыс.
Getting Started with the Black Pill Arduino STM32F4
5:25