Search results

  1. N

    Interrupt!

    // Interrupt PORT A int32_t i32Val; // GPIOIntRegister(GPIO_PORTA_BASE, PortAIntHandler); GPIOPinTypeGPIOInput(GPIO_PORTA_BASE, GPIO_PIN_5); GPIOIntTypeSet(GPIO_PORTA_BASE, GPIO_PIN_5, GPIO_HIGH_LEVEL); i32Val = GPIOPinRead(GPIO_PORTA_BASE,GPIO_PIN_5)...
  2. N

    output 74hc595

    //2death's note: CODE nên để trong thẻ CODE để bài viết gọn gàng, dễ xem. #include <stdint.h> #include <stdbool.h> #include "inc/hw_memmap.h" #include "inc/hw_types.h" #include "driverlib/sysctl.h" #include "driverlib/gpio.h" uint8_t ui8PinData=2,i; int main(void) {...
  3. N

    Lỗi build Project!

    Sao em build project nào cũng bị lỗi #10010 errors encountered during linking; "blinky.out" not built #10234-D</a> unresolved symbols remain ! down file main GPIO ví dụ của a về build thử cũng bị lun!
  4. N

    Nguồn 5v/3A!

    Cho em hỏi nếu cần nguồn ra 5v/3A thì dùng tuyến tính (78xx) hay nguồn xung(LM2576) thì đỡ nóng hơn?
Top