일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- Server
- showDialog
- array
- Listview filtering
- debug banner
- flutter tcpip server
- flutter
- debugShowCheckedModeBanner
- TCPIP
- ubuntu 19 한글 입력
- flutter button
- AlertDialog
- ListView.build
- flutter tcpip client
- dart:io
- c
- peaks
- Properties.Settings.Default
- Today
- Total
목록StCubeMx (5)
Louie De Janeiru
Basic CLI code for STM32F. History 2020.11.17 First draft Basic cli task code
I used cli function on STM32 platform many years based on STM32CubeMx and CubeIDE. Recenlty I have a chance to build new project based on F746-DISCO EVM with STM32CubeIDE. So I ported cli function as I used to and tested via UART as I usaully did...but it get stuck inside of osMesagePut API. It stucks at port.c/vPortValidateInterruptPriority/configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MAS..
While porting FatFs on SD card via CubeMx, spent sometime to make it work due to configuration. Actual reason was DMA and SDIO NVIC interrupt setting. 1. SDIO should enabled DAM_Rx/Tx - SDIO Read/Write generated code is using DMA 2. SDIO should enabled NVIC SDIO global interrupt