-
PDF
STM32F746-DISCO-OSCI.pdf
functionality (apps). After getting it running, the idea was to adapt the famous “OSZI” project for the STM32F429I- DISCO from “Uwe” as such an app for the F7-DISCO. The original source for the F4-OSZI can be found here: http://mikrocontroller.bplaced.net/wordpress/?page_id=752 Or here: https://github.com/noahchense/STM32F429i-Disco_OSC. Another really useful gimmick from Uwe is his DDS frequency generator project, also for the F4- DISCO: http://mikrocontroller.bplaced.net/wordpress/?page_id=762. To have both as callable
in „STM32F746G-DISCO-OSCI mit WAV-Recording auf SD-Karte“ · Projekte & Code ·
-
Datei
stm32_ub_spi1.c
: 1.1 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F429 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 // Module : GPIO, SPI // Funktion : SPI-LoLevel-Funktionen (SPI-1) Full-Duplex-Mode // // Hinweis : mögliche Pinbelegungen // SPI1 : SCK :[PA5, PB3
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
************ ** ** File : LinkerScript.ld ** ** Author : Ac6 ** ** Abstract : Linker script for STM32F429ZI Device with ** 2048KByte FLASH, 192KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory
in „STM32 linker script stack größe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm22b.c
STM32F4_DISCOVERY_RFM22B_H #ifdef __cplusplus extern "C" { #endif #include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "rfm22b.h" #include "systick.h" //############################################################################################################### uint8_t rf22_trans(unsigned
in „STM32 und RFM22B“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.h
:Pc6, IO::Pg14> Usart6TxPins; typedef IO::PinList<IO::Pc7, IO::Pg9> Usart6RxPins; #elif defined(STM32F429_439xx) typedef IO::PinList<IO::Pa9, IO::Pb6> Usart1TxPins; typedef IO::PinList<IO::Pa10, IO::Pb7> Usart1RxPins; typedef IO::PinList<IO::Pa2, IO::Pd5> Usart2TxPins; typedef IO::PinList<IO::Pa3, IO
in „STM32 / C++: Initialisierung von Memberobjekten einer Klasse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ubasic.c
: // Author : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // Port for STM32F429 //------------------------------------------------------------ #include "ubasic.h" #include "tokenizer.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stm32_ub_ubasic.h" /
in „Basic Interpreter für uC ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00072315.pdf
STM32F405xx, STM32F407xx, STM32F410xx, STM32F411xx, STM32F412xx, STM32F415xx, STM32F417xx, STM32F427xx, STM32F429xx, STM32F437xx, STM32F439xx, Microcontrollers STM32F446xx, STM32F469xx, STM32F479xx STM32F7 Series: – STM32F722xx, STM32F723xx, STM32F732xx, STM32F733xx, STM32F 745xx, STM32F746xx, STM32F756xx, STM32F765xx
in „STM32 I2C zu Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tFXKSKyORc24h2V2.pdf
MC7K-B196 1 IC(EN25Q32B-104HIP,SOP8) 417-SDJ1-819B 1 IC301, TFT CONTROL IC ASS'Y 704-MC7K-B318 1 VFS IC(STM32F429IGT6,LQFP176,ST) 417-MC7K-1217 1 33 TFT Display R P.C.B Ass'y Part List REF NO. DESCRIPTION PART NO. Q'TY REMARK TFT DISPLAY R PCB ASS'Y 704-MC7K-B212 1 TFT BASE(ABS PA-707,BLACK) 100-7K-3209 1 EN301
in „Risiko | Nicht?“ · Offtopic ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
Arduino UNO Microcontroller Module, release 3 NUCLEO144-F429ZI Nucleo 144 Development Board with STM32F429ZIT6 MCU, 256kB RAM, 1Mb FLASH NUCLEO144-F746ZG Nucleo 144 Development Board with STM32F746ZG MCU, 256kB RAM, 1Mb FLASH NUCLEO64-F411RE Nucleo 64 Development Board with STM32F411RET6 MCU, 128kB RAM
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
PDF
STM32_Reference_manual.pdf
RM0090 Reference manual STM32F405/415, STM32F407/417, STM32F427/437 and ® STM32F429/439 advanced Arm -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F405xx/07xx, STM32F415xx/17xx, STM32F42xxx
in „STM32F4 Timer Triggered DMA SPI – NSS Problem“ · Mikrocontroller und Digitale Elektronik ·