8000 GitHub - spartanhl/SHL_Pod_RTOS: STM32 RTOS app for the monitoring and control of Spartan Hyperloop Pod systems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

spartanhl/SHL_Pod_RTOS

Repository files navigation

SHL_Pod_RTOS

STM32-F7 based RTOS test environment to be used for research and development purposes for the Spartan Hyperloop pod design.

Brief

Task Notification Demo using FreeRTOS ported to STM32F746xx Arm Cortex-M7.

Hardware

  • STM32 Nucleo-144 Development Board
    • STM32F746ZG MCU with ARM Cortex-M7 processor
  • Orion Jr BMS (CAN/UART)
    • Primary Li Battery Pack (14S10P)
  • Energus TinyBMS s516 (CAN/UART)
    • Secondary Li Battery Pack (7S20P)
  • 2x ElCon Chargers (CAN)
  • Sevcon Gen 4 ESC (CAN)
    • PMAC Motor 48V 275A
  • Braking System (TBD)
    • Stepper Motors + controllers
  • Various Sensors around the Pod (UART/I2C/RS485)

Middleware/Software

  • FreeRTOS v10.4.6
  • Percepio Tracealyzer v4.6.2

IDE + Debug

STM32CubeIDE 1.4.0 with ST-LINK GDB over USART3 virtual COM port

Directory Contents

**SHL_Pod_RTOS**
|
└───Includes 
└───Core 
|   └───Inc 
|   |   | - FreeRTOSConfig.h
|   |   | - it.h
|   |   | - main.h
|   |   | - stm32f7xx_hal_conf.h
|   |
|   └───Src
|   |   | - it.c
|   |   | - main.c
|   |   | - msp.c
|   |   | - system_stm32f7xx.c
|   |   | - stm32f7xx_hal_timebase_tim.c ***Excluded from Build***
|   |
|   └───Startup
|       | - startup_stm32f746zgtx.s
|
└───Drivers
|   └───CMSIS
|   |	└───Device
|   |	|   └───ST
|   |	|       └───STM32F7xx
|   |	|           └───Include
|   |	└───Include
|   └───STM32F7xx_HAL_Driver
|   	└───Inc
|   	└───Src
|
└───Third Party
|   └───FreeRTOS
|   |	| - *source files*
|   |	└───include
|   |	|   | - FreeRTOS.h
|   |	|   | - *other header files*
|   |	|
|   |	└───portable
|   |       └───GCC
|   |       |   └───ARM_CM7  ***Arm Cortex-M7 port***
|   |       |       | - port.c
|   |       |       | - portmacro.h
|   |       |
|   |       └───MemMang
|   |           | - heap_1.c ***Excluded from Build***
|   |           | - heap_2.c ***Excluded from Build***
|   |           | - heap_3.c ***Excluded from Build***
|   |           | - heap_4.c
|   |           | - heap_5.c ***Excluded from Build***
|   |
|   └───Tracealyzer
|       | - *source files*
|       └───config
|       └───include
|       └───streamports ***Excluded from Build***
|	    
└───Debug 
└───Reference Docs
    └───ARM & STM32 Docs
    └───Screenshots
    └───Traces

Planned Improvements

  • Replace trace Snapshot Mode with Streaming Mode
  • Notify task from hardware ISR to read and process CAN/UART network data within the RTOS state machine application

About

STM32 RTOS app for the monitoring and control of Spartan Hyperloop Pod systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0