Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. audiomonster
    • Profile
    • Following 0
    • Followers 0
    • my integral 261
    • Topics 0
    • Posts 3
    • Best 1
    • Groups 0

    audiomonsterLV 3

    @audiomonster

    261
    integral
    1
    Reputation
    3
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    audiomonster Unfollow Follow

    Best posts made by audiomonster

    • Reply: 【素材汇总】R128素材汇总

      @q1215200171 在 【素材汇总】R128素材汇总 中说:

      最新的R128开发板

      可以说哪里可以买 ? 淘宝 ? ☺

      posted in 公告
      audiomonster
      audiomonster

    Latest posts made by audiomonster

    • Reply: 【素材汇总】R128素材汇总

      @q1215200171 在 【素材汇总】R128素材汇总 中说:

      最新的R128开发板

      可以说哪里可以买 ? 淘宝 ? ☺

      posted in 公告
      audiomonster
      audiomonster
    • Reply: R128 IO 翻转测试

      @yuzukitsuru 可能 hal_gpio_set_data / hal_gpio_get_data 慢一点 ?

      int sunxi_gpio_output(uint32_t pin, uint32_t val) {
      
              uint32_t dat;
              uint32_t bank = GPIO_BANK(pin);
              uint32_t num = GPIO_NUM(pin);
      
              struct sunxi_gpio *pio =
                      &((struct sunxi_gpio_reg *)SUNXI_PIO_BASE)->gpio_bank[bank];
      
              dat = readl(&pio->dat);
              if(val)
                      dat |= 1 << num;
              else
                      dat &= ~(1 << num);
      
              writel(dat, &pio->dat);
      
              return 0;
      }
      

      GPIO clock 是不是 24MHz ?

      posted in R128系列-智能硬件
      audiomonster
      audiomonster
    • Reply: T113-S3 ARM 及 DSP Benchmark

      @yuzukitsuru 全志

      posted in 其它全志芯片讨论区
      audiomonster
      audiomonster