Giter Site home page Giter Site logo

stm32_xcorr's Introduction

STM32_xcorr

This implementation is intended to be used in conjuction with a stroboscopic RADAR.

  • First make sure to follow this this tutorial to properly setup your development environment for STM32F4 dev with NuttX.
  • Create symoblic links from the stm32f4_support to configs/ of nuttx.
cd nuttx/main/directory/configs/; 
ln -s ../../path/to/stm32f4_support/ .
  • Modify the kconfig of nuttx/configs file accordingly :
 
    if ARCH_BOARD_STM32F4_SUPPORT
		source "configs/stm32f4_support/Kconfig"
	endif
	config ARCH_BOARD_STM32F4_SUPPORT
	bool "STMicro STM32F4-Support board"
	depends on ARCH_CHIP_STM32F407VG
	select ARCH_HAVE_LEDS
	select ARCH_HAVE_BUTTONS
	select ARCH_HAVE_IRQBUTTONS	
	---help---
		
		STM32F4 board based on the STMicro STM32F407VGT6 MCU, used in conjunction
		of the STM32F334 for stroboscopic operations.
	default "stm32f4_support"           if ARCH_BOARD_STM32F4_SUPPORT
  • Then take into account the configuration :
    cd nuttx/main/directory;
    ./tools/configure.sh configs/stm32f4_support/strobo_support
  • Compile and flash : Starting with an evaluation board :
    make -j8; st-flash write nuttx.bin 0x08000000; 

stm32_xcorr's People

Contributors

mhageh avatar

Watchers

 avatar

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.