Тёмный
No video :(

World’s Smallest Arm Microcontroller: HC32L110 - Showcase & Programming Guide 

Learn Embedded Systems
Подписаться 35 тыс.
Просмотров 34 тыс.
50% 1

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

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 87   
@LearnEmbeddedSystems
@LearnEmbeddedSystems 2 года назад
Correction!! At 0:40 I said we were looking at the HC32L110B8 chip, in fact we are looking at the B6 variant!
@TuttleScott
@TuttleScott 2 года назад
when I first saw the dev board I was looking at the voltage reg thinking it sure doesnt have a lot of ports :P
@tookitogo
@tookitogo 2 года назад
How big is the ARM SoC inside the Apple Lightning to HDMI adapter? For those who don’t know: Lightning isn’t fast enough for uncompressed HDMI, so instead the iPhone or iPad uses its built in h264 encoder to compress the outgoing video, which is sent over Lightning to the SoC in the adapter, which actually runs a tiny stripped-down version of the iOS kernel. The SoC then decodes the h264 stream and outputs it to HDMI. Anyhow, IIRC from teardowns that is a tiny chip, too.
@bskull3232
@bskull3232 2 года назад
I can't say for sure, but that seems to be extra works than necessary. There are off the shelf chips which can do USB2.0 to HDMI with built-in H264/H265/VP8/VP9 decoding and the decoder is a hardened IP, not a software. There will still be a MCU, but only for handshaking. An 8051 will do just fine for this.
@JavoCover
@JavoCover 2 года назад
@@bskull3232 Well Apple would want to use Apple stuff and make shure their deveices work only between them.
@LegalizeAdulthood
@LegalizeAdulthood 2 года назад
I like that you bring together all the missing bits in your video for developing with these boards!
@luluthecat1570
@luluthecat1570 2 года назад
Please more videos on this chip! This is the only vid i could find about this chip and im interested
@tookitogo
@tookitogo 2 года назад
I know it’s petty, but it’s like nails on a chalkboard hearing Keil pronounced like “keel”. It’s actually pronounced like “Kyle”. (Keil was a German company before Arm acquired them, and in German, “ei” is pronounced like “eye”.)
@LearnEmbeddedSystems
@LearnEmbeddedSystems 2 года назад
Noted, thanks!
@RonLaws
@RonLaws 2 года назад
the ADC and the I2C bus makes me think probably useful for sensors with some basic logic either as triggers (relay control via gpio) or data logging/transmission via a supplementary wireless module, you could no doubt connect a tiny OLED display to it, or a more traditional character LCD
@Cracked1ce
@Cracked1ce 2 года назад
i2c to spi bridge would be a useful application. looking at solutions for this in the current design i am working on at work.
@tookitogo
@tookitogo 2 года назад
I guess it depends on the application? Since I2C is so much slower than SPI, it seems to me that for the most part, peripherals that use SPI do so because they need the speed.
@Cracked1ce
@Cracked1ce 2 года назад
@@tookitogo some components will actually support both protocols, however this particular peripheral does not. This design is to retrofit an ASIC that only supports I2C in place of an existing FPGA. Speed is not an issue for this peripheral. There are some similar peripherals that have I2C that could be used. Lots of design options, but I'll likely go with a very small FPGA to provide this bridge functionality along with some other real time glue logic that needs to be implemented.
@tookitogo
@tookitogo 2 года назад
@@Cracked1ce I haven’t seen too many components (aside from small dot matrix displays) that support both I2C and SPI in one part number, though I’ve seen many that are available in both types (as separate part numbers). Can you give me an example, just to satisfy my curiosity? I don’t doubt you, I’m just curious.
@Cracked1ce
@Cracked1ce 2 года назад
@@tookitogo yeah i didn't mean alot, i meant some, i edited my comment. The AMC7812 is one example that supports both. another example is the ADT7518
@tookitogo
@tookitogo 2 года назад
@@Cracked1ce Thanks, much appreciated!
@Cptnbond
@Cptnbond 2 года назад
Not much use for us hobbyists - where BGA is just troublesome, and the IC physical size is not such a concern, but look at STM32G031F8P6, which is far more useable. I have a prototype board in the D1 mini form factor in the works with this chip. This board can be programmed with STM32CubeIDE. Cheers.
@connormccarter9581
@connormccarter9581 2 года назад
I think battery powered HID would benefit from this chip. I think it would be interesting to set up some looping code and measure the power usage over say an hour to see what this chip would be like in portable devices.... Thanks for the video!
@roysigurdkarlsbakk3842
@roysigurdkarlsbakk3842 2 года назад
Looks nice for doing very small embedded things, but it'd be fine to have a portable development environment, like vscode/platformio or even the arduino IDE. Do you know if the software you linked to above is available for linux/mac? All I could see there, was windows things.
@SianaGearz
@SianaGearz 2 года назад
Bloody dust particle of a micro! At least it has an internal oscillator so i wager a guess, a usable application circuit is nearly zero size. Don't have anything in mind though. It has no wireless connectivity, it has no USB, and other things i can think of can do with an easier to handle package.
@triularity
@triularity Год назад
I wouldn't be surprised if it was the same controller die used in some SD cards, just placed in its own chip package.
@RunTheTape
@RunTheTape 2 года назад
the damn LED is bigger.
@CarlJdP
@CarlJdP 2 года назад
I've always wondered about multi chip interleaved ADC sampling e.g. to use as front end for a basic scope for debugging, experimentation or just an educational exercise. Provided I can get the interleaved timings right, 4 of these could equate to a theoretical 12bit 4M samples/s ADC, and/or make it reconfigurable to 4ch x 12bit @1MS, or 8ch @ .5MS logic analyzer 🤔. Oscilloscopes are just to damn expensive for me - I dont need absolute time and/or voltage measurement accuracy, just relative measurements. E.g. if for a change in x, how does that affect y & z. Disclaimer: Just a self thought hobbiest here
@ucmetoo1
@ucmetoo1 Год назад
Depending on the sample rate you require you can use stm32f303cc very cheap, has 4 adc each can sample at up to 5Msps. Interleaved can sample at 20msps if you can solve the interleaving. Has much more ram for buffering, supports usb, etc.
@wouladjecabrelwen1006
@wouladjecabrelwen1006 2 года назад
thank you. I will be always sitting in the first row.
@g.a9911
@g.a9911 Год назад
hi, thank you for your very interesting video, I have installed the evaluation version of keil uVision5 with the compiler version 5 it is possible to compile the illustrated project. Greetings
@aryeguetta8592
@aryeguetta8592 2 года назад
Can't download the legacy compiler from that link you provided. Looks like I was not able to download. you mentioned that we need legacy compiler 5.06 - I can NOT download it.
@balazs4112
@balazs4112 2 года назад
Soldering it would be a challenge.
@PeetHobby
@PeetHobby 2 года назад
I used the NXP LPC1102, is tiny bit bigger but is more than a decade old.
@cloviscareca
@cloviscareca 2 года назад
Let's say I bought the dev board and liked this MCU. How can I program individual chips without soldering/unsoldering it?
@therealchayd
@therealchayd 2 года назад
If you were going to make your own board, you'd just design-in connectors to its debug/programming pins then program it in-circuit.
@platin2148
@platin2148 2 года назад
Is there a way to one time compile and flash the code on this one so it can be soldered to a board say as a led controller etc. Basically wondering is there a pogo pin board which can be used for programming the flash.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 2 года назад
I'm not aware of one but I am sure that one could be made for this chip. The only thing that might be a challenge is the small pitch between the BGA pins
@luisrey8986
@luisrey8986 2 года назад
Excelente!👍
@Tristoo
@Tristoo 2 года назад
these people have serious problems with naming their products
@sc0or
@sc0or 2 года назад
Looks like spy chips are no longer actual due to a more strict control. So now they sell them as an MCU
@EngineeringVignettes
@EngineeringVignettes 2 года назад
Hi, nice review. Do you know if this actually an ARM core licensed from ARM? I thought China was blocked from getting IP from ARM... they were developing their own custom SoCs.. this was a few years ago though. Cheers,
@plkh9602
@plkh9602 2 года назад
In order to keep the power consumption low with clocks, it could be a slightly modified model of ARM cortex M0+ IP core also found in Pico's RP2040.
@bskull3232
@bskull3232 2 года назад
No. The only confirmed thing happened is ARM China was making a bitter split with ARM Holdings, everything else is based on speculation. Also, RockChip just got A77 core license.
@ozdemirsalik
@ozdemirsalik Год назад
Getting this tiny seems a bit of exaggerated. I mean even the capacitors take more space. It’s cool and all but as far as I know there’s no voltage regulator IC and schematic that will suit for this type of size. Of course you can build anything you want but as far as size concern, there’s no advantage to using this thing. Simply because you need to power it somehow.
@j.j.cgoutham6291
@j.j.cgoutham6291 3 месяца назад
can it run doom?
@EmbeddedEnigma
@EmbeddedEnigma 2 года назад
I think so,it is just not worth it. When u have better alternative available like stm32
@stephenwhite506
@stephenwhite506 2 года назад
I would be surprised if PCBWay's capabilities could come anywhere near being able to support this IC.
@bskull3232
@bskull3232 2 года назад
PCBWay can do 0.15mm/0.3mm through vias and 0.1mm/0.25mm laser micro vias, and they can fill the vias so you can place them directly below pads. You are just going to spend a whole lot more for that, but it is doable. Also those ridiculously small packages are not for DIY. They are for phones and gadgets where space is at premium and PCB substrate cost it not being counted down to pennies.
@martindejong3974
@martindejong3974 2 года назад
Not all ARM-chips are alike or comparable, this one is probably designed to power an electric toothbrush. Nothing new to see here! Also note that the ATmega328 chip that powers the generic Arduino is becoming hard to get as not many FAB's create it anymore, and its becoming obsolete.There are "Chinese work alike" that claim to be replacements, but these don't really are fully compatible and refuse to run some software. The real update to the Arduino is the RP2040 powered raspberry Pico board. And RP2040 are plentifully available.
@robina.jensen6114
@robina.jensen6114 2 года назад
Why use RP2040 when you can get more powerful ESP32 / ESP8266 devices cheaper?
@surajbhawal2474
@surajbhawal2474 2 года назад
@@robina.jensen6114 what? where? I can get rp2040 2-3 times cheaper than esp8266 or esp32. plus rp2040 has native usb support which esps lack.
@robina.jensen6114
@robina.jensen6114 2 года назад
​@@surajbhawal2474 rp2040 official price $4 W600-PICO V1.0.0 - wifi board based W600 1MB FLASH MicroPython prize: $ 2.88 Just for a start. Many more boards to pick from in the same price range.
@surajbhawal2474
@surajbhawal2474 2 года назад
@@robina.jensen6114 maybe true for boards. But remember you're comparing a made in uk board vs a Chinese board. The Chinese ones will always be cheaper. But I was talking about ics. Rp2040 is even cheaper than an esp8285.
@robina.jensen6114
@robina.jensen6114 2 года назад
@@surajbhawal2474 I don't care where is made. RPi's are built in China and Europe. Rp2040 it self is from Japan. Is all about needs and perfomce vs. cost. You just stick to yout Pico and i'll use any kind of board ESP-32 / ESP8266 / STM32. They are all so cheap.
@behzadabf
@behzadabf 2 года назад
oh.
@smeegle
@smeegle 2 года назад
Now hand solder it
@luluthecat1570
@luluthecat1570 2 года назад
Thats average bro wdym
@aleph_one
@aleph_one 2 года назад
too high cost, too hard to buy just mcu ic
@tonysheerness2427
@tonysheerness2427 2 года назад
I can see these chips embedded in people's bodies.;
@LearnEmbeddedSystems
@LearnEmbeddedSystems 2 года назад
Interesting thought!
@MichaelKingsfordGray
@MichaelKingsfordGray 2 года назад
"C"?? Get lost.
@Chris47368
@Chris47368 2 года назад
😂
@vvhat
@vvhat 2 года назад
You misunderstood. "An older version of C", nonetheless. Hilariously bad.
@MichaelKingsfordGray
@MichaelKingsfordGray 2 года назад
@@vvhat I am genuinely eager to learn that which you claim that I misunderstood.
@SianaGearz
@SianaGearz 2 года назад
I can't imagine it being impossible to adapt full gcc or clang to it; just nobody probably got around to.
@MichaelKingsfordGray
@MichaelKingsfordGray 2 года назад
@@SianaGearz What are you talking about? "gcc" IS "C".
@Theineluctable_SOME_CANT
@Theineluctable_SOME_CANT 2 года назад
Amazingly small. But... A bit of a hassle making the tool chain and the chip is from China, which nation IS going to war soon AND losing in a very messy way. I can't see many civilian needs for this device, impressive though it is. Having to check if the PCB fan can cope implies problems. What if it is a weird pitch which most PCB fans can't be bothered with. I can see the part having MILITARY APPLICATIONS in Chinese warheads. I wonder what the makers are going to do after CHINA IS DESTROYED?
@bskull3232
@bskull3232 2 года назад
We are going to destroy Western democracy if it keeps creeping towards China. Just like your pesty voluntary soldiers sent to Ukraine to die, anyone creeping at us will either be sent home in devastation or be mailed home in boxes.
@MichaelKingsfordGray
@MichaelKingsfordGray 2 года назад
Coward.
@jimybobjim
@jimybobjim 2 года назад
That escalated quickly 😂
@MichaelKingsfordGray
@MichaelKingsfordGray 2 года назад
@@jimybobjim Another coward! What wars are you both in?
Далее
I Made A Tiny ESP32
5:40
Просмотров 109 тыс.
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Просмотров 760 тыс.
Почему-то хочется плакать
00:17
Просмотров 519 тыс.
3d printed demon core vs real
00:24
Просмотров 7 млн
The Raspberry Pi Pico WAS Overrated! But that changed!
10:18
The new Raspberry Pi Pico W is just $6
7:56
Просмотров 438 тыс.
451 Which Processor can kill the ESP32?
11:24
Просмотров 346 тыс.
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Просмотров 760 тыс.