larus-breeze / sw_sensor

Firmware for Larus sensor MK1 and MK2
3 stars 3 forks source link

Sensor prototype integration #15

Closed realtimepeople closed 3 years ago

realtimepeople commented 3 years ago

Soweit erst mal compilierbar...

MaxBaex commented 3 years ago

Compiles, ASSERTs are pure gold when integrating!

MaxBaex commented 3 years ago
HAL_NVIC_SetPriority(DMA2_Stream7_IRQn, 5, 0);
HAL_NVIC_EnableIRQ(DMA2_Stream7_IRQn);  

was missing in main.cpp

MaxBaex commented 3 years ago

//RestrictedTask mti_driver( p); block other tasks if pcb is not equipped with a XSENSE IMU.

MaxBaex commented 3 years ago

Only receive 0 from GNSS UART.

MaxBaex commented 3 years ago

activated L3GD20 Task. Memory access violation.

MaxBaex commented 3 years ago

L3GD20 driver is not nice but works.

MaxBaex commented 3 years ago

UART3 DMA1 Steam 1 corrected to DMA_CHANNEL_4