已經成立 STM32 台灣討論區,歡迎以正體中文發表。

753 views
Skip to first unread message

MCUApps

unread,
Feb 20, 2012, 1:45:00 AM2/20/12
to stm...@googlegroups.com
其他語言也都歡迎,但如果沒人看得懂就不會有人回應。

Bee

unread,
Apr 9, 2012, 4:07:32 AM4/9/12
to stm...@googlegroups.com
新成員報到。
工作上有用到STM32F100、STM32F103及STM32F207。
只有在STM32F100上無法使用RTOS外,其餘皆安裝FreeRTOS。
 
沒想到版主會Forth語言。
說不定我們在FIG-TW見過面。

MCUApps

unread,
Apr 9, 2012, 4:49:50 AM4/9/12
to STM32TW
不好意思,之前設定需要審核。現在設定較開放,有太多垃圾留言再說...

我參加過 FIG-TW 的聚會,不過是 15 年前左右的事情囉。

STM32F100 應該也可以跑 FreeRTOS 吧?可否請教一下,有什麼特殊原因不能跑呢?

我只有在 STM32F207 上玩過一下。好像只要稍微 port 一個 C 檔,而且 STM32 家的不是應該都差不多?

Bee

unread,
Apr 9, 2012, 5:08:48 AM4/9/12
to stm...@googlegroups.com
STM32F100用在資料取樣,使用4KB的RAM,看45種訊號的資料,再放RTOS恐怕容量不足。
STM32F207已產品化了,用在影像處理上。隨著案子的客戶追加,開始有點不太夠力。
 
FIG-TW於15年前,我還在讀書。是因為工程上需求才參加。剛好在十年前。
半年前開始用STM32,就有在找Forth。目前沒空整合。
 
STM32的資料很多,花了我一個月適應,因為之前完全未用過ARM。FreeRTOS也是用STM32時才決定用的,就是將STM32F207產品化的案子上。使用許多新功能,好在都可以實現。

resist...@gmail.com

unread,
Dec 17, 2014, 1:38:22 AM12/17/14
to stm...@googlegroups.com
目前再使用stm32 F0系列 目前再設定ENCODER 遇到一些問題不知版上大大能否有人願意幫忙,願意付一點前已表心意,希望大大能幫忙了

lamp...@gmail.com

unread,
Jan 21, 2019, 9:54:26 AM1/21/19
to STM32TW
大家好:有個問題想問 我有一片Nucleo STM32F411RE BOARD,
• MCO from ST-LINK: MCO output of ST-LINK MCU is used as input clock. This
frequency cannot be changed, it is fixed at 8 MHz and connected to PF0/PD0/PH0-
OSC_IN of STM32 microcontroller.

• MCO from ST-LINK: MCO output of ST-LINK MCU is used as input clock. This
frequency cannot be changed, it is fixed at 8 MHz and connected to PF0/PD0/PH0-
OSC_IN of STM32 microcontroller.

我手頭有片Nucleo STM32F411RE BOARD,外部晶振8MhZ,固定不能改,我在Keil C/C++ 頁面定義:USE_STDPERIPH_DRIVER,STM32F411xE,我移值標準固件庫,
SYSTEM_STMF32F4XX.H,下列判斷STM32F411xE關鍵字有效,就會執行這句 #define HSE_VALUE ((uint32_t)25000000) /*!< Value of the External oscillator in Hz
就跟原廠定義8MHZ不同,我需要調整為: HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz 8MHZ,還是不用理它!!!!


#if defined(STM32F40_41xxx) || defined(STM32F427_437xx) || defined(STM32F429_439xx) || defined(STM32F401xx) || defined(STM32F411xE)
#if !defined (HSE_VALUE)
#define HSE_VALUE ((uint32_t)25000000) /*!< Value of the External oscillator in Hz

#endif /* HSE_VALUE */
#elif defined(STM32F446xx)
#if !defined (HSE_VALUE)
#define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
#endif /* HSE_VALUE */
#endif /* STM32F40_41xxx || STM32F427_437xx || STM32F429_439xx || STM32F401xx || STM32F411xE */
/**
Reply all
Reply to author
Forward
0 new messages