Giter Site home page Giter Site logo

arterytek / at32f435_437_firmware_library Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 6.0 267.07 MB

The AT32F435_437 Firmware Library is a firmware package which contains the drivers for all of the peripherals for AT32F435 and AT32F437.

License: BSD 3-Clause "New" or "Revised" License

C 95.66% Assembly 2.12% CMake 0.18% Makefile 0.12% HTML 1.29% Python 0.01% M4 0.03% Shell 0.60% sed 0.01%

at32f435_437_firmware_library's People

Contributors

artery-mcu avatar hodcarrier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

at32f435_437_firmware_library's Issues

typo: exernal

typo
@brief in the following line adjust the value of high speed exernal crystal (hext)
should be
@brief in the following line adjust the value of high speed external crystal (hext)

AT-Start-F437 SPI use jtagpin hardware cs dma don't work

Board: AT-Start-F437 v.1.1
Keil 5.36. Compiler 'V5.06 update 7 (build 960)'
I ran the example "AT32F435_437-lib\project\at_start_f437\examples\spi\use_jtagpin_hardwarecs_dma".
Problems: Led2 and Led3 are not working.
Ok, I changed Led2 to Led4:

if((transfer_status1 == SUCCESS) && (transfer_status2 == SUCCESS))
  {
    at32_led_off(LED4);
    
  }
  else
  {
    at32_led_on(LED4);
  }

It doesn't work again. Led4 does not light up.
When debugging, I determined that next while(dma_flag_get(DMA1_FDT2_FLAG) == RESET); the code does not work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.