[GD] STM32L053 DISCOVERY

요즘 IoT도 그렇고, 저전력이 많이 잇슈화 되는것 같습니다.

기존 Lxx 씨리즈 다음으로 더 적게 먹는 L0xx 씨리즈를 만들었네요.


Discovery 보드에는 E-ink, E-Paper 등등등 불리우는 E-display 가 달려 있습니다.


기존에는 디스플레이 방식의 차이로 인해 저전력, 느린 화면전환, refresh가 없어서 눈이 책을 보는것 같은 편안함을 느끼는 것을

특징으로만 알고 있었는데, 전원이 나가도 이미지가 그대로 남아 있네요.


Discovery board Link :

http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF260319?s_searchtype=partnumber


E-Display Link : 

http://www.good-display.com/products_detail/&productId=07992b88-6ac5-4a0e-ba84-d7cadcd55ebe.html




R : Renesas

T : TI

E : EFM ?


전력 얼마나 먹는지는 안나오고, 저전압 고클럭을 강조 하네요.



Key Features

  • STM32L053C8T6 microcontroller featuring 64 KB of flash memory, 8 KB RAM in an LQFP48 package.
  • On-board ST-LINK/V2-1 with selection mode switch to use the kit as a standalone ST-LINK/V2-1 (with SWD connector for programming and debugging)
  • USB re-enumeration capability: three different interfaces supported on USB
  • Virtual com port
  • Mass storage
  • Debug port
  • Board power supply: through USB bus or from an external 5 V supply voltage
  • External application power supply: 3 V and 5 V.
  • One linear touch sensor or four touch keys.
  • IDD current measurement.
  • 2.04” E-paper display, 172x72 pixels
  • Four LEDs:
  • LD1 (red/green) for USB communication
  • LD2 (red) for 3.3 V power on
  • Two user LEDs: LD3 (green), LD4 (red)
  • Two pushbuttons (user and reset)
  • Extension header for LQFP48 I/Os for a quick connection to the prototyping board and easy probing.

Image





'Good Device!!' 카테고리의 다른 글

[GD] 5V 로직 Cortex-M0 Kinetis E  (0) 2014.10.23
[GD] Cortex-M7 STM32F7  (0) 2014.09.25
[GD] STM32 Nucleo  (2) 2014.05.22
[GD] AVSS Cable ( Very Thin-wall Low-tension Cables For Automobiles )  (0) 2014.05.16
[GD] STM32L Discovery  (0) 2014.05.14

[GD] STM32 Nucleo

ST 개발자 분들 요즘 약드시고 힘내서 일하나 봅니다.


좋은 MCU뿐만 아니라 좋은 개발 보드도 열심히 잘 만들고 계시네요.


단돈 만원에 가져 가세요~


MBED 플랫폼 사용하면 컴파일러도 필요 없어요~!!





Part NumberStatusDescription
NUCLEO-F030R8ActiveSTM32 Nucleo development board for STM32 F0 series - with STM32F030R8T6 MCU supports Arduino
NUCLEO-F103RBActiveSTM32 Nucleo development board for STM32 F1 series - with STM32F103RBT6 MCU,supports Arduino
NUCLEO-F302R8ActiveNucleo development board for STM32 F3 series - with STM32F302R8T6 MCU, 64KB flash memory, TQFP64 package
NUCLEO-F401REActiveSTM32 Nucleo development board for STM32 F4 series - with STM32F401RE MCU, supports Arduino
NUCLEO-L152REActiveSTM32 Nucleo development board for STM32 L1 series - with STM32L152RE MCU, supports Arduino
X-NUCLEO-IDB04A1EvaluationBluetooth low energy expansion board based on BlueNRG for STM32 Nucleo




'Good Device!!' 카테고리의 다른 글

[GD] Cortex-M7 STM32F7  (0) 2014.09.25
[GD] STM32L053 DISCOVERY  (0) 2014.09.02
[GD] AVSS Cable ( Very Thin-wall Low-tension Cables For Automobiles )  (0) 2014.05.16
[GD] STM32L Discovery  (0) 2014.05.14
SPI EEPROM ATMEL AT25320B AT25640B  (0) 2013.11.23

[TT] RTOS DAC Profiling ( DAC Debug )

출처 : ??

내용 : RTOS DAC Profiling 

점수 : 90점


RTOS 사용시 예상치 못한 Task Inversion 이나 

특정 Task의 과도한 점유 등을 간단하게 오실로스코프로 디버그 할 수 있는 방법 입니다.


예전에는 GPIO 하나를 할당해서 특정 Task의 실행 시간을 스코핑해서 관측 하거나,

OS_TICK의 증가 수를 보고 수행 시간을 측정 하곤 했는데요.


아래와 같이 DAC을 이용하면 참 여러 용도로 좋을 듯 합니다.

요즘 대부분 MCU들이 DAC을 내장 하고 있고, 출력 샘플링 속도도 어마어마 하게 빨라서 사용하는데 부담이 없을 것 같습니다.


조만간 실전에 도전!!


우연히 발견했는데...앞으로 계속 쓰게될것 같네요.



첨부 자료 참고 하세요!!


OSs-Micrium-Learning Centre-Verticle Market-Microchip.Solution_Guide.pdf


Thanks Kevin!!