LuChiChick LuChiChick
  • Joined on 2025-03-24
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 13:03:36 +00:00
5ba7f18f3a Add VsCode workspace .json configuration files for IntelliSense engine setup, path indexing, recommended extensions, and tasks for debug build flash programming.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 12:43:24 +00:00
041791b6ca commit for program flash script and specific OpenOCD config files for debugger interface and target chip architecture.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 12:27:05 +00:00
3605de5725 Fix compiler warning for invalid UTF-8 character '<a9>' auto generated by STM32CubeMX.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 12:12:05 +00:00
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.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 08:21:31 +00:00
534c017e0f Import xPack OpenOCD 0.12.0-7 and GNU Make 4.4.1 from x86_64-w64-mingw32.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 07:56:13 +00:00
2b73c30a9d Split the UNTRUSTED_FLASH into the .untrusted_text and .untrusted_rodata sections for code and read-only data storage.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-09-14 02:27:44 +00:00
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.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-31 13:39:40 +00:00
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.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-28 07:34:05 +00:00
dc8b4bdb5f commit for I2C2 peripheral config with TX DMA channel, working on 400kHz fast mode.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-24 12:38:24 +00:00
983d63e3a5 commit for I2C1 peripheral config with RX DMA channel, and set PC15 as MPU6050 INT pin input with EXTI interrupt line.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-13 02:25:34 +00:00
2d980d87ad commit for rotary encoder input pin config with EXTI interrupt line. && modified GPIO pin with named user label.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-06 06:03:24 +00:00
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.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-04 11:52:37 +00:00
d919880a08 Modified the linker script to support the masked 32K extra untrusted FLASH space. Ideally, a total of 64K FLASH space is available to use.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-04 06:57:15 +00:00
f0bb797810 commit for FreeRTOS config with 4K heap and 64 words minimal stack size based on CMSIS_V1 interface.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-03 12:26:39 +00:00
b906de0416 commit for USART2 peripheral config with RX/TX DMA channels.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-03 11:50:19 +00:00
219fee85d7 commit for a very basic initial project with SWD port config.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-03 11:29:34 +00:00
627b120dc1 commit for .gitignore rules.
LuChiChick pushed to main at LuChiChick/STM32G030F6P6_Evaluation 2026-08-03 11:26:51 +00:00
c0067e8774 commit for .gitattributes rules.
LuChiChick created branch main in LuChiChick/STM32G030F6P6_Evaluation 2026-08-03 11:26:51 +00:00
LuChiChick created repository LuChiChick/STM32G030F6P6_Evaluation 2026-08-03 11:20:25 +00:00