3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

STM32マイコン体験セミナー(高性能マイコン編)STM32H755ZI DualCore STM32H7 2019年7月17日

Last updated at Posted at 2019-07-20

・STM32マイコン体験セミナー(高性能マイコン編)が行われました(7月17日)

早速デュアルコアのSTM32H755ZIを使ったセミナーです。
IMG_0140.JPG

IMG_0137.JPG

NUCLEO-H755ZI-Q
https://www.st.com/content/st_com/ja/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-h755zi-q.html

CPUのコア選択が出てきますね。
image.png

デュアルコアを稼動させるにはIAR Ewarmの最新版でないといけません。
エラーが出てしまいます。
CubeIDEの対応は2019年年末予定(予定)

無事デュアルコアで実行
IMG_0139.JPG

ここを直さないと文鎮化します(まもなく修正版が出るので今だけ必要だと思います)
荒木さんのPDFをそのまま引用します。
• 重要SystemClock_configの以下の箇所を修正します

/** Supply configuration update enable
*/
//HAL_PWREx_ConfigSupply(PWR_LDO_SUPPLY);
HAL_PWREx_ConfigSupply(PWR_DIRECT_SMPS_SUPPLY);
/** Configure the main internal regulator output voltage
*/
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE0);

• STM32CubeMXのバグで生成しなおすたびに修正の必要があります

(C)STMicro 荒木さん
IMG_0141.JPG

3
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?