-
I found framework-stm32cube\f4\Drivers\STM32F4xx_HAL_Driver haven't get updated for a year. This leads to some incompatability with code generated by STM32CubeMx using the newest framework from https:…
-
https://github.com/Lauszus/Nucleo_F446RE_USBHost
I read the readme for the usb host shield and it says the F446RE is supported with that. However it does not work for me. Maybe it works with the mini…
-
Both the convolutional and Reed-Solomon codes use a lot of memory. Allocating all of this memory on the heap seems to make the coding act really dodgy, especially for RSV using a constraint size of 9.…
faydr updated
4 years ago
-
This came up when testing the ICM20649 driver on the new CUAV X7Pro board (~ 37% cpu on wq:SPI6).
On STM32H743 SPI6 is on DMAMUX2 BDMA (D3 domain).
``` Console
PID COMMAND CP…
dagar updated
4 years ago
-
board/SConscript
```python
if rtconfig.CROSS_TOOL == 'gcc':
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s']
elif rtconfig…
-
**Describe the bug**
In src/lv_gpu/lv_gpu_stm32_dma2d.c (line 66) the DMA2D clock is enabled by direct write to register RCC->AHB1ENR.
This is working for the STM32F4/7 cores, but not for STM32H…
-
Hey all,
when enabling the ICache, I now get this linker error:
![image](https://user-images.githubusercontent.com/8545127/87654710-9b4fc580-c757-11ea-8059-e73756db91b2.png)
It seems it's got t…
-
Hi,
**Describe the bug**
the "ARM_CM4F_MPU" port is usable by either the CM4 based CMUs or CM7 ones (except the r0p1 version).
in this port the _*portEXPECTED_MPU_TYPE_VALUE*_ is forced to 8…
-
我将awtk/demos/assets 放入sd卡中,路径是awtk/assets/default/raw/---
文件系统是调用的例程STM32H743 ,
现在在main中调用 assert(file_exist("0://awtk/assets/default/raw/fonts/default.ttf")); 通过调试可以知道文件是存在的,这样可以说明文件系统已经是对的了吗;…
-
- [cos/sin](#org8c12a3f)
- [fixed-point LUT](#org1aabc01)
- [algorithm description](#org4824850)
- [accuracy](#org338e729)
- [alternative implementations](#orga71c…