のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

Embed

SW4STM32

http://www.openstm32.org/Downloading+the+System+Workbench+for+STM32+installer?structure=Documentation 電子工作専科のぐうたラボ System Workbench for STM32 を使ってみました

古いバージョンのCoIDE(Ver1.78)にしたら、Breakできた。

古いバージョンのCoIDE-1.7.8.exeにしたら、Breakできた。

arm-none-eabi-gdbのログ

Reading symbols from \debug\bin\stm32f4xx_2048.elf...(no debugging symbols found)...done. file "D:/stm32/CooCox/CoIDEcreated/CoIDEcreated/Debug/bin/STM32F4xx_2048.elf" Reading symbols from \debug\bin\stm32f4xx_2048.elf...(no debugging symb…

CooCox Don't use standard system startup filesスイッチの有無のときの差のマップファイル

無効のとき(Startup Filesを使うとき)と、有効のときの差のマップファイル その1: Discarded input sectionsDiscarded input sections .text 0x00000000 0x0 /lib/gcc/arm-none-eabi/4.8.1/thumb2/crti.o .data 0x00000000 0x0 /lib/gcc/arm-none-eabi/4…

CooCoxで、STM32CubeMXを使う方法

STM32CubeMXを開く New Projectをクリックする。 "Board Selector"タブをクリックする。 Board Filterを以下のように選ぶ。 "Vendor": STMicroelectronics "Type of Board": Discovery "MCU Series": STM32F4> STM32F429I-DISCOを選び、OKをクリックする。 P…

STM32F429ZIT6

STM32F429ZIT6のPDFのドキュメント類Technical Documentation Product Specifications DB2042: Discovery kit with STM32F429ZI MCU Application Notes AN3990: Upgrading STM32F4DISCOVERY board firmware using a USB key User Manuals UM1670: Discovery …

ST-Link is not in the DFU mode.

STM32F4 FirmwareのUpdate方法 STM32 ST-LINK Utilityで、ST-LINK>Firmware Updateをクリックする。 Device Connectをクリックすると、以下のエラーメッセージがでる。 ST-Link is not in the DFU mode. Please restart it. micro-USBの方へ、ケーブルを接続…

STM32 ST-LINK utility

www.st-japan.co.jp

Flash driver function execute timeout

CoFlash.exeで、"Program"をクリックしたら、以下のエラーになった。 Flash driver function execute timeoutCooCox Forum - View topic - Error: Flash driver function execute timeout

Build

GCC HOME: D:\Users\USER01\MentorGraphics\Sourcery_CodeBench_Lite_for_ARM_EABI\bin compile: [mkdir] Skipping d:\Users\USER01\CoIDE\workspace\sample\sample\Debug\bin because it already exists. [mkdir] Skipping d:\Users\USER01\CoIDE\workspace…

coflash.exe

C:\CooCox\CoIDE_V2Beta\bin\coflash.exe

Flash Download Infomation

C:\CooCox\CoIDE_V2Beta>"C:/CooCox/CoIDE_V2Beta/bin\coflash.exe" erase STM32F429ZI --adapter-name=ST-Link --port=SWD --adapter-clk=1000000 --driver= "C:\Users\m_fujii\AppData\Roaming\CooCox\CoIDE\config\flash\CooCox-Flash\ CoIDE_STM32F4xx_2…

arm-none-eabi-gdbのログ

MentorGraphics\Sourcery_CodeBench_lite_for_ARM_EABI\bin\arm-none-eabi-gdbのログ 選択するボードが間違っていたのでおかしかった。 ST>STM32F407>STM32F407VGを選択 ST>STM32F429>STM32F429ZIを選択。 Reading symbols from d:\users\USER01\coide\works…

CooCoxのフラッシュのログ

Flash Download Infomation C:\CooCox\CoIDE_V2Beta>"C:/CooCox/CoIDE_V2Beta/bin\coflash.exe" program STM32F407VG "d:/Users/USER01/CoIDE/workspace/sample/sample/Debug/bin/sample.elf" --adapter-name=ST-Link --port=SWD --adapter-clk=1000000 --er…

STM32F429I Discoveryの環境準備

STM32F429 Discovery kit (32F429IDISCOVERY) STM32F429ZIT6 www2.st.com ST-Linkのドライバをダウンロードして、インストールする。 www.st-japan.co.jp ARMのツールチェーンをダウンロードして、インストールする。 ”Download Sourcery CodeBench Lite 201…

STM32F4 Discovery

www.st.com www2.st.comhttp://www.st.com/st-web-ui/static/active/jp/resource/technical/document/user_manual/DM00093903.pdfwww.st-japan.co.jpqiita.com

nxp lpc1800

フラッシュのデュアルバンクって、どのように動くんだろう。 これも、フラッシュ1MBだな。 http://jp.rs-online.com/web/p/microcontrollers/7959016P/

評価ボード

SDカード spiモードemmcstm32密結合tcmCMなどのローカルメモリーは、ローカルバスや専用メモリーバスを介してプロセッサコアに接続され、キャッシュと同等のアクセス性能を実現する。

RaspberryPI2 Ubuntu 14.04

Ubuntu 14.04 LTS

Raspberry Piで、Freetypeの出力をOpenVGで表示

static void MyRenderNative(NATIVE_FONT_INFO *nfi, NATIVE_OPENVG_INFO *nopvgi, NATIVE_VIEWER_INFO *nvi) { uint top_space = 1; uint bottom_space = 1; uint left_space = 1; uint right_space = 1; uint oneChar_width = 0; uint oneChar_height = 0;…

raspberry pi freetype make

pi@raspberrypi ~/freetype/freetype-2.5.3.tar/freetype-2.5.3 $ make FreeType build system -- automatic system detection The following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./b…

raspberry pi xset

apt-get install x11-xserver-utils Display Power Management Signaling (日本語)

raspberry pi EGL init

ソースコード

libegl.so: undefined reference to `glxx_buffer_info_set'

以下のエラーメッセージがでた。

'CLOCK_REALTIME' undeclared (first use in this function)

raspberry pi でコンパイルオプションに-std=c99を追加した。

'for' loop initial declarations are only allowed in C99 mode

Simply open the project preferences and add -std=c99 to Settings/C Compiler/Miscellaneous/Other Flags

Error during file upload.

Error during file upload. Operation failed. File system input or output error Operation failed. File system input or output error Operation failed. File system input or output errorプロセスが残っていたのでKILLしてみたらエラーが消えた。 pi …

raspberry piにBluetooth Mouseを買った。

正常につながった。 動きも悪くない。ELECOM Bluetooth3.0マウス NFCペアリング レーザー 3ボタン ブラック M-BT10BBBK/N出版社/メーカー: エレコム発売日: 2013/05/18メディア: Personal Computersこの商品を含むブログを見る

raspberry pi type B+ ケースが来た

raspberry pi type B+用のケースを買った。 (有)ビクトリーセブンで買った。 値段は、864円、送料込みで1028円だった。 組み立て手順の紙を見なくても組み立てられるぐらい簡単だった。 組み立て手順の用紙もついている。上が開くようになっているのは、い…

WindowsのEclipseでraspberry pi用のクロス開発環境を作成

WindowsのEclipseでraspberry pi用のクロス開発環境を作成する。