주문 제품은 지역에 따라 일반적으로3일~4일 이내에 대한민국 배송됩니다.
60,000원 이상 주문 시 대한민국 무료 배송됩니다. 60,000원 미만의 주문에 대해서는 20,000원의 배송 비용이 청구됩니다.
UPS, FedEx 또는 DHL 운임 선지급: CPT(고객이 주문 제품을 수령할 때 관세 및 세금을 지불함)
적격 기관 및 회사를 위한 신용거래 계정
온라인 송금을 통한 선지급
![]()
![]()
![]()
완전히 공인된 파트너 업체에서 다양한 제품 제공
평균 배송 소요 기간은 1일 ~ 3일이며, 추가적인 배송 비용이 부과될 수 있습니다. 실제 배송 소요 시간은 제품 페이지, 장바구니 및 결제를 참조하세요.
Incoterms: CPT(인도 시 관세 및 세금 지불)
자세한 내용은 도움말 및 지원을 참조하세요.
How to configure a timer using STM32CubeIDE, use it to measure execution time, and set up non-blocking code.
Let’s take a look at how to use the analog-to-digital converter (ADC) in an STM32 microcontroller. To make conversions happen more quickly, we can use the direct memory access (DMA) controller to pipe data directly from a peripheral (like the ADC) to memory and vice versa.
As we continue the series with STM32, let’s take a look at how to use the analog-to-digital converter (ADC).
This tutorial will cover how to get started with FreeRTOS that comes with STM32CubeIDE.
On this STM32 video, we’re going to introduce FreeRTOS and show how to run multiple threads using the CMSIS-RTOS interface.
Let’s look at how to connect a simple I2C device to a STM32 Nucleo board to read temperature data using the STM32 HAL API.