Difference between revisions of "Stm32f100 notes"

From Wiki at Neela Nurseries
Jump to: navigation, search
(2018-05-03 - Thursday, starting notes page for STM32F100 firmware explorations and work - TMH)
 
m
Line 1: Line 1:
 
- 2018-05-03 Thursday -
 
- 2018-05-03 Thursday -
  
Ted working to compile, program part and run STMicro's RCC example firmware project, targeted to the STM32F100 Discovery Value Line board.  Working on a Linux platform with GCC toolchain.  Using [git://github.com/geoffreymbrown/STM32-Template.git professor George Brown's STM32 project template] as for the project makefile or project recipe basis.
+
Ted working to compile, program part and run STMicro's RCC example firmware project, targeted to the STM32F100 Discovery Value Line board.  Working on a Linux platform with GCC toolchain.  Using [https://github.com/geoffreymbrown/STM32-Template.git professor Geoffry Brown's STM32 project template] as for the project makefile or project recipe basis.
  
 
Today's goal is to build and run STM32 library example named 'RCC', locally installed in <code>/opt/lib/an3268/stm32vldiscovery_package/Project/Examples/RCC</code> . . .
 
Today's goal is to build and run STM32 library example named 'RCC', locally installed in <code>/opt/lib/an3268/stm32vldiscovery_package/Project/Examples/RCC</code> . . .
 +
 +
 +
 +
 +
 +
<!-- comment -->

Revision as of 18:51, 3 May 2018

- 2018-05-03 Thursday -

Ted working to compile, program part and run STMicro's RCC example firmware project, targeted to the STM32F100 Discovery Value Line board. Working on a Linux platform with GCC toolchain. Using professor Geoffry Brown's STM32 project template as for the project makefile or project recipe basis.

Today's goal is to build and run STM32 library example named 'RCC', locally installed in /opt/lib/an3268/stm32vldiscovery_package/Project/Examples/RCC . . .