-
PDF
landtiger_v2.0_-_manual__v1.1.pdf
description IO Description Usage LandTiger Comment LandTiger Usage mbed Comment mbed Pin P0.0 P0.0/RD1/TXD3/SDA1 CAN1_RX CAN1 P9 SDA1/TXD3 P0.1 P0.1/TD1/RXD3/SCL1 CAN1_TX CAN1 P10 SCL1/RXD3 P0.2 P0.2/TXD0/AD0.7 UART0_TX COM1 TXD0 I/F MagicChip P0.3 P0.3/RXD0/AD0.6 UART0_RX COM1 RXD0 I/F MagicChip P0.4 P0.4
-
PDF
Computer_Kontakt_1986-08_09_-_21.pdf
|9|(*S'8C).'-: !i3(9«bJ2?«D'(b' 4479,'5illl33il5c3f(9d 141 MTS 2!00?cb6!!0 33*04. 31f9dt bi2!1 'Ml UtTA 24,2(3,7.41,119,225,43, tb5 I9[ b4328IS3* I7i3ft9dt b43!OI9cbSi 193,!3, 32,1)1,211 '501 Sdfiis 71B53c8Bi 3f*9rt b5
in „ZX Spectrum => Upgrade von 16 auf 48 KB RAM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CN3722-CONSONANCE.pdf
pin’s pull up current is about 50uA, so the NTC thermistor’s resistance should be 10kΩ at 25℃, about 3.5kΩ at hot temperature threshold, and about 32kΩ at cold temperature threshold. The NTC thermistor such as TH11-3H103F, MF52(10 kΩ), QWX-103 and NCP18XH103F03RB can work well with CN3722. The above mentioned
in „Auswahl Solar-Laderegler für 12V Blei-Akku“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
OVC3860_RevE_PSKeys_Setting_v1.2.pdf
32 0x0d 1 11 Company Confidential OVC3860 Persistent Store Key Settings Application Notes localfeatures3 33 0x76 1 localfeatures4 34 0x80 1 localfeatures5 35 0x01 1 These PS keys set chip link manager device
in „A2DP Bluetooth Modul China eBay“ · HF, Funk und Felder ·
-
PDF
OVC3860_RevE_PSKeys_Setting_v1.2.pdf
32 0x0d 1 11 Company Confidential OVC3860 Persistent Store Key Settings Application Notes localfeatures3 33 0x76 1 localfeatures4 34 0x80 1 localfeatures5 35 0x01 1 These PS keys set chip link manager device
in „OVC3860 RevV Develop Tool - not connected :/“ · HF, Funk und Felder ·
-
Datei
SimpleSoftSerial.ino
// print with manual made software serial the // by the user button selected blinking led // STM32F4 Discovery #define SOFTSERIAL_BAUDRATE 115200 #define SOFTSERIALPIN_TX PC1 #define USERBUTTON PA0 #define GREENLED PD12 #define ORANGELED PD13 #define GREDLED PD14 #define BLUELED PD15 #define REDLEDOTGOVERCURRENT
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
EEPROM_H_INCLUDED #define EEPROM_H_INCLUDED /* ------------ Standard Include Files --------------- */ #include "stm32f4xx.h" #include <stdint.h> #include <stdio.h> /* ------------ Special Include Files --------------- */ /* ------------ Projekt Include Files --------------- */ /* ------------ Typen Deklarationen-
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eventcb_ctrl6.ino
t stb) ---------------------------------------------------------------------- */ shiftreg595 sr(2, 3, 15); // stm32 r3-board (PB7, PB6, PB13) // shiftreg595 sr(5, 3, A2); // V003-Board // shiftreg595 sr(5, 7, 6); // Board 1 // shiftreg595 sr(7, 5, 6); // Board 2 /* ----------------------------------
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
angepasste_main.h
STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may obtain a copy of the License at: * opensource.org/licenses/BSD-3-Clause * *****************
in „STM32 mit AVR/FAT32 Bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
function. ****************************************************************************** */ #include "stm32f10x.h" #include "systick.h" #include "led.h" #include "uart.h" #include "can.h" #include <stdint.h> int main(void) { SystemInit(); SysTick_Init(); UART2_Init(); LED_PC13_INIT(LED_ON); uint8_t ret
in „stm32f103 CAN-Interface“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oneWire.c
***/ /* Includes **********************************************************************/ #include "stm32f10x_conf.h" #include "Delay.h" #include "oneWire.h" #include "math.h" /* Functions **********************************************************************/ //reset device uint8_t ds1820_reset(GPIO_TypeDef
in „Timingproblem mit Onewire und STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx_conf.h" GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; void TIM3_IRQHandler(void) { if (TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET) { TIM_ClearITPendingBit
in „Frage/Problem mit Timer STM32F4Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
display.c
/** * Ansteuerung des Display. * * Benötigte Hardware: PORTE */ #include "stm32f10x_gpio.h" #include "display.h" #define DATA (GPIO_Pin_0 | GPIO_Pin_1 | GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pin_4 | GPIO_Pin_5 | GPIO_Pin_6 | GPIO_Pin_7) #define RESET GPIO_Pin_8 #define RW GPIO_Pin_9
in „STM32 und ks0108-Display - keine Anzeige“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
excerpt_main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ #include <string.h> #include <stdbool.h> #include "leds.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------
in „STM32F4 DISCOVERY BOARD USART HAL buffer Ausgabeproblem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sysf103_init.h
/* ------------------------------------------------------------- sysf103_init.h initialisiert MCU STM32F103C8 fuer einen "allgemeinen" Gebrauch. Hardware : STM32F103C8 IDE : keine (Editor / make) Library : libopencm3 Toolchain : arm-none-eabi 28.09.2016 R. seelig ------------------------------------
in „Einstieg Mikrocontroller Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TouchPanel.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "hardware.h" #include "TouchPanel.h" #include "ili9320.h" #include <stdio.h> #include <stdlib.h> #include <math.h> /* Private typedef ------------------------------------------
in „ADS7843 Werte berechnen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
resteliste_1.pdf
Microcontroller 30,00 € PCF8582C2 25 SO8 256 x 8 CMOS EEPROM IIC-BUS 5,00 € PIC12C508 10 SO8 Mikrocontroller 3,00 € PIC16C73A 20 DIL28 Microcontroller 30,00 € PIC16LF818 25 TSSOP Mikrocontroller 15,00 € RFD8P05 10 SOT223-3 MOSFET 50V 8A 15,00 € S216SE 10 TO AC-Schalter Sharp 16A 600V 10,00 € SFH6156-4T 50 SO4 Optokoppler 5300V 5,00 € TC551001BFL 20 SO32 131072 WORD x 8 BIT STATIC RAM 30,00 € TLV431CDBVR 25 SOT23-5 TEXAS Shuntregler 5,00 € U6264ASK-07LL 10 SO28 SRAM 8,00 € Seite 1
in „Aufräumen und Reste“ · Markt ·
-
Datei
io_test.c
Ursachenvorschung" fuer unterschiedliche Geschwindigkeiten beim Set / Reset von GPIO Pins Hardware : STM32F103C8 IDE : make - Projekt Library : libopencm3 Toolchain : arm-none-eabi 18.02.2020 R. Deelig ------------------------------------------------------------- */ #include <stdint.h> #include <stdlib.h> #include <stdarg.h> #include <libopencm3.h> #define GPIOPORT GPIOA #define GPIOBIT GPIO4 #define IOPIN_INIT() ( gpio_set_mode(GPIOPORT, GPIO_MODE_OUTPUT_50_MHZ, GPIO_CNF_OUTPUT_PUSHPULL, GPIOBIT) ) #define IOPIN_SET() ( GPIO_BSRR(GPIOPORT)
in „STM32F103: Unterschiedliche Puls-Pausezeiten, Pausezeiten länger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TouchPanel.h
TOUCHPANEL_H_ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Private typedef -----------------------------------------------------------*/ typedef struct POINT { uint16_t x; uint16_t y; }Coordinate; typedef struct Matrix { long double An, Bn, Cn,
in „ADS7843 Werte berechnen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s * @author Ac6 * @version V1.0.0 * @date 12-June-2014 ****************************************************************************** */ .syntax unified .cpu cortex-m3 .thumb .global g_pfnVectors
in „stm32f103 RTC Interrupt öfter als erwartet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" #include "rtc.h" #include "usart.h" #include "gpio.h" /* USER CODE BEGIN Includes */ #include <ctype.h> #include <string.h> /* USER CODE END Includes */ /* Private variables -----------
in „STM32Cube HAL UART Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "ds18b20.h" #include "Param.h" #include <string.h> #include <stdio.h> #include <stdlib.h> #define in 1 #define out 0 void delay_us(vu32 nCount) { u16 TIMCounter = nCount; TIM_TimeBaseInitTypeDef
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "adc.h" #include "i2c.h" #include "rtc.h" #include "spi.h" #include "tim.h" #include "usart.h" #include "gpio.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /*
in „STM32F4 HAL TIMER Interrupt läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Seriell_Empfangen_USART.txt
#include "stm32f0xx.h" #define Input1 GPIOB, GPIO_Pin_0 #define Input2 GPIOB, GPIO_Pin_1 #define Input3 GPIOB, GPIO_Pin_2 #define Input4 GPIOB, GPIO_Pin_6 #define Output1 GPIOA, GPIO_Pin_8 #define Output2 GPIOB, GPIO_Pin_3 #define Output3 GPIOB, GPIO_Pin_4 #define Output4 GPIOB, GPIO_Pin_5 #define RS485_DIR GPIOA, GPIO_Pin_1 char RecvData; /* Private variables ---------------------------------------------------------*/
in „STM32f0xx UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Seriell_Senden_USART.txt
#include "stm32f0xx.h" #define Input1 GPIOB, GPIO_Pin_0 #define Input2 GPIOB, GPIO_Pin_1 #define Input3 GPIOB, GPIO_Pin_2 #define Input4 GPIOB, GPIO_Pin_6 #define Output1 GPIOA, GPIO_Pin_8 #define Output2 GPIOB, GPIO_Pin_3 #define Output3 GPIOB, GPIO_Pin_4 #define Output4 GPIOB, GPIO_Pin_5 #define RS485_DIR GPIOA, GPIO_Pin_1 char RecvData; /* Private variables ---------------------------------------------------------*/
in „STM32f0xx UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Exported types --------------------------
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm12.h
RFM12_H_ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Private typedef -----------------------------------------------------------*/ typedef union conver_ { unsigned long dw; unsigned int w[2]; unsigned char b[4]; } CONVERTDW; typedef union
in „RFM12 und STM32F1xx“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Infineon_TLE9263QX.pdf
) C = 100 pF; L R L= 60 Ω; V CAN= 5 V; C = 15 pF RXD Propagation Delay d(L),T – 50 – ns CAN Normal P_10.3.32 TXD LOW to bus dominant Mode C L= 100pF; R L= 60 Ω; V = 5 V; CAN Propagation Delay d(H),T – 50 – ns CAN
in „SBC für CAN/LIN bei einem 24V Bordnetz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.diff
IRMP_METZ_PROTOCOL: - irmp_address &= ~0x40; // clear toggle bit - if (((~irmp_address) & 0x07) == (irmp_address >> 3) && ((~irmp_command) & 0x3f) == (irmp_command >> 6)) + ir->address &= ~0x40; // clear toggle bit + if (((~ir->address) & 0x07) == (ir->address >> 3) && ((~ir->command) & 0x3f) == (ir->command >> 6))
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
#include "stm32f3xx.h" //T=0.5ms; ein Impuls=350*T Impulsfunktion=500+16,66*x(=abstand)~500+17*x //Sensor Enfernung~1500/X, X=Augabewert des Sensors //LEDS an Pins A15, B4 und B6; SharpIn an Pin C1 SharpOut an Pin
in „sharp gp2d02 mit STM32F303 programieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may obtain a copy of the License at: * opensource.org/licenses/BSD-3-Clause * *****************
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
einen Easy-PDK-Programmer Clone hatte ich bereits aufgebaut, aber eben wie der originale mit einem STM32F072 der momentan nur relativ teuer erhältlich ist – Stand 12.12.2020). Google-Ergebnisse geben da derzeit nur 2 Projekte aus, die nicht auf dem oben genannten Programmer basieren. Beide habe ich ausprobiert
in „Padauk PFS154 Programmer mit Arduino Uno / ATmega88 - 328“ · Projekte & Code ·
-
Datei
readme.txt
einen Easy-PDK-Programmer Clone hatte ich bereits aufgebaut, aber eben wie der originale mit einem STM32F072. Dieser ist derzeit nur relativ teuer erhaetlich – Stand 12.12.2020). Google-Ergebnisse geben da derzeit nur 2 Projekte aus, die nicht auf dem oben genannten Programmer basieren. Beide habe
in „Padauk PFS154 Programmer mit Arduino Uno / ATmega88 - 328“ · Projekte & Code ·
-
PDF
ITS4142N_Smart_Switch.pdf
threshold voltage Typ. standby current V IN(th) = f(V bb ) ; Tj= 25°C Ibb(off) = f(T j ; V bb = 32V ; V IN ≤ 1,2 V 3 22 µA V 18 on h ) 16 ( 2 f I off b V I 14 12 1.5 10 8 1 6 0.5 4 2 0 0 10 20 30 V 50 -40 -20 0 20 40 60 80 100 140 °C Vbb T j Page 15 2006
in „Smart Power Switch galvanisch entkoppelt ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f3xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; ADC_HandleTypeDef hadc2
in „Simultanabtastung mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fatfs_sd.c
#define TRUE 1 #define FALSE 0 #define bool BYTE #include "stm32f2xx_hal.h" #include "diskio.h" #include "fatfs_sd.h" extern SPI_HandleTypeDef hspi3; extern volatile uint8_t Timer1, Timer2; /* 10ms 마다 감소하는 타이머 */ static volatile DSTATUS Stat = STA_NOINIT; /* 디스크
in „ARM [STM32] microSD SPI USB Massenspeicher“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PHA-1_.pdf
1 dB compression 0.05 20.0 22.2 21.5 20.0 dBm 0.8 20.0 22.6 21.3 19.9 2.0 20.0 22.4 21.4 19.9 3.0 22.7 21.6 20.1 4.0 22.7 21.5 20.1 6.0 21.6 20.3 19.2 Output IP3 0.05 41.4 36.8 34.4 dBm 0.8 37.0 41.1 40.0 36.3 2.0 42.0 37.1 34.0 3.0 42.3 36.3 33.3 4.0 40.8 35.8 32.7 6.0 38.8 33.9 31.2 Noise Figure 0.05 1.7 1.9 1.8 dB 1.0 1.9 2.3 2.1 2.0 2.2 2.4 2.2 3.0 2.3 2.5 2.5 4.0 2.7 3.0 2.9 6.0 3.5 3.7 3.6 Device Operating Voltage 4.8 5.0 5.2 4.5 4.0 V Device Operating Current 110 146 180 119 95 mA (3) Device Current Variation vs. Temperature
in „Preamp / Vorverstärker für 0,3 - 150 MHz“ · HF, Funk und Felder ·
-
Datei
lcd.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include "lcd.h" /************************************************************************************** * Begin of Handlers * **********************************************************
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "usb_device.h" /* USER CODE BEGIN Includes */ #include "usbd_cdc.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Datenblatt Ausschnitt STM32F411RE USART Register
STM32F411RE Refer... Erstellen Anmelden KI-Assistent Note: This bit is used during single buffer transmission. Bit 6 TC: Transmission complete This bit is set by hardware if the transmission of a frame
in „stm32f411 USART2 will nicht wie er soll“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
syscalls.c
/* * syscalls.c * * Created on: 03.12.2009 * Author: Martin Thomas, 3BSD license */ #include <reent.h> #include <errno.h> #include <stdlib.h> /* abort */ #include <sys/types.h> #include <sys/stat.h> #include "stm32f10x.h" /* for _get_PSP() from core_cm3.h*/ #undef errno
in „Undefined reference error (yagarto/msys/gcc)“ · µC & Digital Electronics ·
-
Datei
main.h
STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may obtain a copy of the License at: * opensource.org/licenses/BSD-3-Clause * *****************
in „CubeIDE Variablen in externen Modul unbekannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
touch.h
_t) SPI2_SetBaud(uint16_t) #define TPL_SPI_SendByte(uint8_t) SPI2_SendByte(uint8_t) #elif TPL_SPI==3 #define TPL_SPI_MISO_PORT SPI3_MISO_PORT #define TPL_SPI_MISO_PIN SPI3_MISO_PIN #define TPL_SPI_busy SPI3_busy #define SPI_10M SPI3_10M #define SPI_5M SPI3_5M #define SPI_2500K SPI3_2500K #define SPI
in „Touch - wie kalibrieren in C?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
out.txt
.. STR r1,[sp,#4] 0x08002f2e: 3a01 .: SUBS r2,#1 0x08002f30: 2a0f .* CMP r2,#0xf 0x08002f32: d93f ?. BLS 0x8002fb4 ; _ZN6modbus16decode_read_bitsEP13i_mb_callback12mb_func_code.constprop.0 + 228 0x08002f34: 3301 .3 ADDS r3,#1
in „ARM Bootloader mit ELF, Einstieg nicht bei 0x08000000“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmel-4952-standard-drivers-ata6836c_datasheet.pdf
T D 6 6 5 5 4 4 3 3 2 2 1 1 R 3, 4 VS Input register Ouput register Serial interface Charge pump DI P I S H L H L H L H L H L H L T S N C S S S S S S S S S S S S P 19 F H D 6 6 5 5 4 4 3 3 2 2 1 1 CLK 18 CS 17 UV INH
in „Keine Open Load Meldung bei ata6836c und IFX9201SG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
error.txt
mbed-ce-hello-world/mbed-os/events/./include/events/EventQueue.h:775:9: note: candidate: 'template<class F> int events::EventQueue::call(F)' [build] 775 | int call(F f) [build] | ^~~~ [build] /home/jojo/projects/mbed-ce-hello-world/mbed-os/events/./include/events/EventQueue.h:775:9: note: template argument
in „C++: Callback Funktion kann nicht aufgelöst werden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F103_512K_64K_DEF.ld
/* Linker subscript for STM32F103 definitions with 512K Flash and 64K RAM Copyright RAISONANCE 2007-2009 !!! This file is automatically generated by Ride !!! Do not modify it, as it will be erased at every link. You can use, copy
in „Anfänger Linkerscipt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #ifndef NULL #define NULL 0 #endif /* SPI1 Interface pins */ #define SPI1_CLK RCC_APB2Periph_SPI1 #define SPI1_CLK_INIT RCC_APB2PeriphClockCmd #define SPI1_SCK_PIN GPIO_Pin_5 #define SPI1_SCK_GPIO_PORT
in „STM32 SPI Init“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LIS302DL_AN.pdf
FF_WU_CFG_1 (30h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 8.3 FF_WU_SRC_1 (31h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 8.4 FF_WU_THS_1 (32h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
in „Verwirrung mit LIS302“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdio.c
/* SD Karten Interface */ #include "STM32F103.h" #include "StdTypes.h" #include "startup.h" #include "sdio.h" #include "systick.h" #include "events.h" #include "gio.h" #include "conv.h" /* Umdefinitionen NXP-->ST */ #define MCI_POWER SDIO_POWER
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·