10 Commits
Author SHA1 Message Date
LuChiChick 44f1fcc592 commit for customized Makefile and build script. && Implemented a User_Main function call demo as a bridge to allow program execution to transition from main.c to C++ environment. 2026-09-14 20:11:48 +08:00
LuChiChick 1f6822dcbe commit for SPI1 config, working on 32 Mbit/s speed with low clock polarity (CPOL) and first edge clock phase (CPHA); PB3 has now been set as SPI1_CS pin with named user label, working on push pull mode. 2026-09-14 10:27:29 +08:00
LuChiChick 23eb7b4e27 commit for ADC1 config with three internal channel (Temperature Sensor, Vrefint and Vbat); Working on 32Mhz, single sequencer rank conversion mode with interrupt and overrun data written. 2026-08-31 21:39:30 +08:00
LuChiChick dc8b4bdb5f commit for I2C2 peripheral config with TX DMA channel, working on 400kHz fast mode. 2026-08-28 15:33:48 +08:00
LuChiChick 983d63e3a5 commit for I2C1 peripheral config with RX DMA channel, and set PC15 as MPU6050 INT pin input with EXTI interrupt line. 2026-08-24 20:12:50 +08:00
LuChiChick 2d980d87ad commit for rotary encoder input pin config with EXTI interrupt line. && modified GPIO pin with named user label. 2026-08-13 10:25:25 +08:00
LuChiChick fd232c511b Modified 'Timebase Source' from TIM1 to TIM17, TIM1 now operates with 1 MHz input and 1 ms period, channel 1 is configured as PWM output mode and mapped to PA8 to drive a buzzer. 2026-08-06 14:02:24 +08:00
LuChiChick f0bb797810 commit for FreeRTOS config with 4K heap and 64 words minimal stack size based on CMSIS_V1 interface. 2026-08-04 14:54:10 +08:00
LuChiChick b906de0416 commit for USART2 peripheral config with RX/TX DMA channels. 2026-08-03 20:23:53 +08:00
LuChiChick 219fee85d7 commit for a very basic initial project with SWD port config. 2026-08-03 19:49:55 +08:00