Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 4, 2014
1 parent 7566f9d commit 3a18902
Show file tree
Hide file tree
Showing 1,204 changed files with 230,811 additions and 811,781 deletions.
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ uint32_t TM_RNG_Get(void) {

/* Get a 32bit Random number */
return RNG_GetRandomNumber();
}
}
2 changes: 1 addition & 1 deletion 01-STM32F4xx_Keil_CMSIS_Default_Project/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 01-STM32F4xx_Keil_CMSIS_USB_Default_Project/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
#endif /* STM32F40_41xxx */

#if defined (STM32F427_437xx) || defined (STM32F429_439xx)
#define PLL_N 336 /* Slowed down for USB configuration */
#define PLL_N 336 /* Slowed down for USB configuration; Default = 360 */
/* SYSCLK = PLL_VCO / PLL_P */
#define PLL_P 2
#endif /* STM32F427_437x || STM32F429_439xx */
Expand All @@ -344,7 +344,7 @@
#endif /* STM32F401xx */

#if defined (STM32F411xE)
#define PLL_N 400
#define PLL_N 384 /* Slowed down for USB configuration; Default = 400 */
/* SYSCLK = PLL_VCO / PLL_P */
#define PLL_P 4
#endif /* STM32F411xx */
Expand Down Expand Up @@ -372,15 +372,15 @@
#endif /* STM32F40_41xxx */

#if defined (STM32F427_437xx) || defined (STM32F429_439xx)
uint32_t SystemCoreClock = 168000000;
uint32_t SystemCoreClock = 168000000; /* Slowed down for USB configuration; Default = 180 000 000 */
#endif /* STM32F427_437x || STM32F429_439xx */

#if defined (STM32F401xx)
uint32_t SystemCoreClock = 84000000;
#endif /* STM32F401xx */

#if defined (STM32F411xE)
uint32_t SystemCoreClock = 100000000;
uint32_t SystemCoreClock = 96000000; /* Slowed down for USB configuration; Default = 100 000 000 */
#endif /* STM32F401xx */

__I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};
Expand Down
4 changes: 2 additions & 2 deletions 02-STM32F429_LED_BUTTON/User/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Keil project template
* Keil project for LEDS and BUTTON
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
4 changes: 2 additions & 2 deletions 03-STM32F429_DELAY/User/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Keil project template
* Keil project for delay
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
4 changes: 2 additions & 2 deletions 03-STM32F429_DELAY_TIME/User/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Keil project template
* Keil project for delay time
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
4 changes: 2 additions & 2 deletions 04-STM32F429_USART/User/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Keil project template
* Keil project for USART
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
4 changes: 2 additions & 2 deletions 05-STM32F429_SPI/User/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Keil project template
* Keil project for SPI
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 06-STM32F429_ADC/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 06-STM32F429_ADC_VBAT/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 07-STM32F429_DAC/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 08-STM32F429_ILI9341/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 09-STM32F429_I2C/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
2 changes: 1 addition & 1 deletion 10-STM32F429_STMPE811/User/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Before you start, select your target, on the right of the "Load" button
*
* @author Tilen Majerle
* @author Tilen Majerle
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @ide Keil uVision 5
Expand Down
Loading

0 comments on commit 3a18902

Please sign in to comment.