-
PDF
en.DM00072315.pdf
embedding bootloader versions V5.x, V6.x,V7.x, V8.x, V9.x, V10.x, V11.x and V13.x, as specified in the application note AN2606 “STM32 microcontroller system memory boot mode”, available on www.st.com. These products are listed in Table 1, and are referred
in „STM32 I2C zu Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
on STM32F446 Nucleo Board (see changes in system_stm32f4xx.c): * * HSE_VALUE 8MHz, external 8MHz crystal * PLL M 4 * PLL N 180 * PLL P 2 * AHB prescaler 1 * APB1 prescaler 4 * APB2 prescaler 2 * * Main clock
-
PDF
stm32g030c6.pdf
Geräteübersicht – Mehrere 5 V-tolerante I/Os Referenz Teilenummer 5-Kanal-DMA-Controller mit flexibler Zuordnung STM32G030x6 STM32G030C6, STM32G030F6, 12-Bit, 0,4 µs ADC (bis zu 16 ext. Kanäle) STM32G030J6, STM32G030K6 – Bis zu 16 Bit mit Hardware-Oversampling STM32G030x8 STM32G030C8, STM32G030K8 – Konvertierungsbereich
in „Muß der STM32G programmiert werden?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_5VtolerantIO.pdf
VDD • The voltage higher than VDD is simply translated as high level Application example : I2C 7 • STM32 supplied by 1.8V or 3.3V can directly communicate with 5V I2C bus. VDD=1.8V or 3.3V VDDX=5.0V (max 5.4V when VDD=1.8V) VDDX=5.0V SDA STM32 5V IC SCL • If there is condition when VDD=0V, VDDX=5V(even
in „ESP32 3.3V Logik Level Mosfet“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
diskio.c
wait_ready() != 0xFF) { return 0xFF; } /* Send command packet ----------------------------------- */ stm32_spi_rw(cmd); // Send command index stm32_spi_rw((uint8_t)(arg >> 24)); // Send argument[31..24] stm32_spi_rw((uint8_t)(arg >> 16)); // Send argument[23..16] stm32_spi_rw((uint8_t)(arg >> 8)); // Send argument[15..8] stm32_spi_rw((uint8_t) arg); // Send argument[7..0] n = 0x01; // Stop : Dummy CRC if (cmd == CMD0) n = 0x95; // Valid CRC for CMD0(0) if (cmd == CMD8) n = 0x87; // Valid CRC for CMD8(0x1AA) stm32_spi_rw
in „Schreiben auf SD-Karte über SPI funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32breakout_v2.pdf
STM32breakout V2 Dokument: 1.0 Alpha, Hardware 14/2, ED14101 STM32 Breakoutboard V2- Fx-Serie [ Manual ] Version mit STM32F105RBT6 Autor: C. Hediger, 08.11.2014 STM32Fx Breakoutboard V2 – HW: 14/2 - Manual
in „[V]erkaufe - STM32 F1, F2, F4 Breakoutboard V2“ · Markt ·
-
PDF
STM32breakout_v2.pdf
STM32breakout V2 Dokument: 1.0 Alpha, Hardware 14/2, ED14101 STM32 Breakoutboard V2- Fx-Serie [ Manual ] Version mit STM32F105RBT6 Autor: C. Hediger, 08.11.2014 STM32Fx Breakoutboard V2 – HW: 14/2 - Manual
in „[V]erkaufe - STM32 F1, F2, F4 Breakoutboard V2“ · Markt ·
-
PDF
UM1052_PMSM_singledual_FOC_SDK_v3.3.pdf
library V2.0 (UM0483) ● STM32 and STM8 Flash Loader demonstrator (UM0462) 14/129 Doc ID 18458 Rev 4 UM1052 Overview of the FOC and other implemented algorithms 3 Overview of the FOC and other implemented algorithms 3.1 Introduction
in „BLDC Sinuskommutierung Ansteuerung H-Brücke“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
stm32f103.cpp
REMOTE FRAME */ //} CAN_msg_t; typedef struct { uint16_t baud_rate_prescaler; /// [1 to 1024] uint8_t time_segment_1; /// [1 to 16] uint8_t time_segment_2; /// [1 to 8] uint8_t resynchronization_jump_width; /// [1 to 4] (recommended value is 1) } CAN_bit_timing_config_t; #define CAN_STM32_ERROR_UNSUPPORTED_BIT_RATE
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
-----------------------Testweise auskommentiert #include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 typedef struct { uint32_t id; /* 29 bit identifier */ uint8_t data[8]; /* Data field */ uint8_t len; /* Length of data field in bytes */ uint8_t ch; /* Object channel(Not use
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GxEPD_Example.ino
*/ 7, /*RST=*/ 6); GxEPD_Class display(io, /*RST=*/ 6, /*BUSY=*/ 5); #elif defined(ARDUINO_GENERIC_STM32F103C) && defined(MCU_STM32F103C8) // STM32 Boards(STM32duino.com) Generic STM32F103C series STM32F103C8 // for SPI pin definitions see e.g.: // C:\Users\xxx\Documents\Arduino\hardware\Arduino_STM32\STM32F1\variants\generic_stm32f103c\variant.h // C:\Users\xxx\Documents\Arduino\hardware\Arduino_STM32\STM32F1\variants\generic_stm32f103c\board\board.h // new mapping suggestion for STM32F1, e.g. STM32F103C8T6
in „ESP8266 mit Waveshare 7,5" E-Paper - funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheet_adc.pdf
STM32F103x6, STM32F103x8, STM32F103xB Electrical characteristics 5.3.17 12-bit ADC characteristics Unless otherwise specified, the parameters given in Table 45 are derived from tests performed under ambient
in „ARM Audio Spektrum Analyser“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
ws2812.c
status static volatile WS2812_RGB rgb_buf[2][WS2812_MAX_LEDS]; // RGB values static volatile uint_fast8_t current_rgb_buf_idx; // current rgb buffer index static uint_fast8_t next_rgb_buf_idx; // next rgb buffer index #if defined (STM32F4XX) // STM32F4xx typedef uint16_t DMA_BUFFER_TYPE; // 16bit DMA buffer, must be aligned to 16 bit #else // STM32F10x typedef uint8_t DMA_BUFFER_TYPE; // 8bit DMA buffer saves RAM #endif static volatile DMA_BUFFER_TYPE dma_buf[DMA_BUF_LEN]; // DMA buffer /*-----------------------------------------------------
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
->RS.Port == GPIOC) || (DISP_HandleStruct->E.Port == GPIOC)) { __GPIOC_CLK_ENABLE(); } #if defined(STM32F030x6) || defined(STM32F030x8) || \ defined(STM32F051x8) || defined(STM32F058xx) || defined(STM32F070xB) || \ defined(STM32F071xB) || defined(STM32F072xB) || defined(STM32F078xx) || \ defined(STM32F091xC
in „HD44780 Ansteuerung mit HAL und stm32f040f4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STMxx-Discovery-Versaloon-How2.pdf
, and you'll get >= 1.17 SW: 1: Start OOCD sudo openocd -f interface/signalyzer-lite.cfg -f target/stm32.cfg 2: telnet localhost 4444 3 (Once) : stm32x unlock 0 4: reset halt flash probe 0 stm32x mass_erase 0 flash write_bank 0 Versaloon_GCC.bin 0 disconnect & connect the USB cable on the STM8S You are
in „Use your STMxx-Discoveryboard as JTAG (SWD)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
/// [1 to 1024] uint8_t time_segment_1; /// [1 to 16] uint8_t time_segment_2; /// [1 to 8] uint8_t resynchronization_jump_width; /// [1 to 4] (recommended value is 1) } CAN_bit_timing_config_t; #define CAN_STM32_ERROR_UNSUPPORTED_BIT_RATE
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00315319.pdf
6. Figure 6. Example of white LED drive connections VDD= 1.8 V or 3.3 V V DD= 5 V VDD= 1.8 V or 3.3 V VDD= 5 V STM32 STM32 or GPIO1 GPIO GPIO2 MSv46877V1 For the GPIO parallel drive option, open-drain mode must be used and internal pull-up must be disabled. Since
in „STM32: 5 Volt tolerante Eingänge sind es nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
initialisierung.c
byte read from the SPI bus */ return SPI_I2S_ReceiveData(SPI2); } // SD-Kommando senden static uint8_t send_cmd ( uint8_t cmd, /* Command byte */ uint32_t arg /* Argument */ ) { uint8_t res; /* Response value */ uint8_t n; /* Tmp var for CRC/counter */ /* Send command packet */ stm32_spi_rw(cmd); /* Start + Command index */ stm32_spi_rw((uint8_t)(arg >> 24)); /* Argument[31..24] */ stm32_spi_rw((uint8_t)(arg >> 16)); /* Argument[23..16] */ stm32_spi_rw((uint8_t)(arg >> 8)); /* Argument[15..8] */ stm32_spi_rw((uint8_t)arg);
in „microSD - Karte mit SPI?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi.h
I2C_TypeDef *i2c; I2C_HandleTypeDef handle; PinName sda; PinName scl; IRQn_Type irq; #if !defined(STM32F0xx) && !defined(STM32L0xx) IRQn_Type irqER; #endif //!defined(STM32F0xx) && !defined(STM32L0xx) uint8_t slaveMode; uint8_t isMaster; void (*i2c_onSlaveReceive)(uint8_t *, int); void (*i2c_onSlaveTransmit
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.STM32F30x.patch
2018-09-10 14:26:02.000000000 +0200 +++ B/irmp.c 2019-12-05 01:44:49.958376100 +0100 @@ -2296,6 +2296,8 @@ irmp_init (void) RCC_AHBPeriphClockCmd(IRMP_PORT_RCC, ENABLE); # elif defined (ARM_STM32F10X) RCC_APB2PeriphClockCmd(IRMP_PORT_RCC, ENABLE); +# elif defined (ARM_STM32F30X) + RCC_AHBPeriphClockCmd
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
system_stm32f4xx.c
SystemCoreClock variable is updated automatically. */ uint32_t SystemCoreClock = 16000000; const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F4xx_System_Private_FunctionPrototypes * @{ */ #if defined (DATA_IN_ExtSRAM) || defined (DATA_IN_ExtSDRAM
in „STM32F4 Discovery Audio CS43L22 I2C Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
auf Datum/Zeit */ void RF_MakePayloadForDisplay(Work_t *W, TM_RTC_Time_t const *time) { static uint8_t pnt_count = 0; // Sende zyklisch wiederkehrend die Daten der letzten 48 Stunden stm32f103_data.id_data = W->ptr; // Aktuelle Datensatznummer der Basis stm32f103_data.Pressure_Now = W->P_Now; stm32f103
in „NRF24L01: Handauflegen hilft?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
STM32F0xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Variables * @{ */ uint32_t WEAK SystemCoreClock = 48000000; __I uint8_t WEAK AHBPrescTable[16] = {0, 0, 0, 0,
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32-comstick-ds.pdf
integrated STM32F107VCT6 microcontroller with on-chip debug support. It provides a USB communication port for connecting the STM32-comStick to a PC. For operation, the overall system requires the STM32-comStick component
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F429_Reference_Manual.pdf
19 RM0090 Reset and clock control for STM32F42xxx and STM32F43xxx (RCC) Bit 31 UART8RST: UART8 reset Set and cleared by software. 0: does not reset UART8 1: resets UART8 Bit 30 UART7RST: UART7 reset Set and cleared by software. 0: does not
in „USB-C Dual-Role-Device DRD mit integriertem OTG FS PHY“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Reference_manual.pdf
19 RM0090 Reset and clock control for STM32F42xxx and STM32F43xxx (RCC) Bit 31 UART8RST: UART8 reset Set and cleared by software. 0: does not reset UART8 1: resets UART8 Bit 30 UART7RST: UART7 reset Set and cleared by software. 0: does not
in „STM32F4 Timer Triggered DMA SPI – NSS Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
667 0x4001 3C00 - 0x4001 3FFF EXTI APB2 Section 12.3.7: EXTI register map on page 384 Section 9.2.8: SYSCFG register maps for STM32F405xx/07xx and STM32F415xx/17xx on 0x4001 3800 - 0x4001 3BFF SYSCFG page 291 and Section 9.3.8: SYSCFG register maps for STM32F42xxx and STM32F43xxx on page 298 0x4001
in „ARM Controller "richtig" programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
667 0x4001 3C00 - 0x4001 3FFF EXTI APB2 Section 12.3.7: EXTI register map on page 384 Section 9.2.8: SYSCFG register maps for STM32F405xx/07xx and STM32F415xx/17xx on 0x4001 3800 - 0x4001 3BFF SYSCFG page 291 and Section 9.3.8: SYSCFG register maps for STM32F42xxx and STM32F43xxx on page 298 0x4001
in „STM32F4 pointer Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
(Re-)start calibration for single ended mode STM32_CLEAR_BIT(ADC1->CR, ADC_CR_ADCAL); STM32_SET_BIT(ADC1->CR, ADC_CR_ADCAL); // Wait until the calibration is finished while (STM32_READ_BIT(ADC1->CR, ADC_CR_ADCAL)); // Clear the ready flag STM32_SET_BIT
in „STM32F552VE kann analoge Pins nicht lesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
the PLL is used as system clock source /** * @} */ /** @addtogroup STM32F0xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Variables * @{ */ uint32_t SystemCoreClock = 48000000; __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F0xx_System_Private_FunctionPrototypes * @{ */ static void SetSysClock(void); /** * @} */ /** @addtogroup STM32F0xx_System_Private_Functions * @{ */ /** * @brief
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
################################################################################### TinyBasic fuer STM32F030F4P6 Ein ultraminimalistischer Basic-Interpreter Ausgangsdatei von T. Suzuki STM8S Port und Erweiterungen von R. Seelig #########################################################################
-
Datei
irmp_trunk.patch
) PMIC.CTRL |= PMIC_HILVLEN_bm; @@ -824,7 +835,7 @@ USARTC1.CTRLC = USART_CHSIZE_8BIT_gc; //Größe der Zeichen: 8 Bit PORTC.DIR |= (1<<7); //TXD als Ausgang setzen PORTC.DIR &= ~(1<<6); - + #else #if (IRMP_EXT_LOGGING == 0) // use UART @@ -871,6 +882,9 @@ USART_SendData(STM32_UART_COM
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
libSTM32F4xx_StdPeriph_Driver.a
aeabi ( Cortex-M4 M " .symtab .strtab .shstrtab .rel.text .data .bss .comment .ARM.attributes 4 l % 8 + 8 0 0 8 1 9 p i 3 I x R ñÿ 6 4 ? Q N ] & V ( m É é ² Æ ) Ý A $ ô e * ÿ ± É , Ù < õ stm32f4xx_dac.c $t DAC_DeInit RCC_APB1PeriphResetCmd DAC_Init DAC_StructInit DAC_Cmd DAC_SoftwareTriggerCmd DAC_DualSoftwareTriggerCmd
in „STM32F4 Discovery: USB CDC (serielle Schnittstelle) arbeitet!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_general-purpose_timer_cookbook_en.DM00236305.pdf
overview This application is designed around the Nucleo board NUCLEO-F302R8, based on STM32F302x8 microcontroller, as the board main controller. Nevertheless, this application can be ported easily to any STM32 hardware platform. The Nucleo board embeds its own ST-Link/V2 debugger
in „STM32 Timer Cookbook PWM - Beispiel 6.2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Applnote.pdf
overview This application is designed around the Nucleo board NUCLEO-F302R8, based on STM32F302x8 microcontroller, as the board main controller. Nevertheless, this application can be ported easily to any STM32 hardware platform. The Nucleo board embeds its own ST-Link/V2 debugger
in „PWM Signalerzeugung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
_ATT_12740.pdf
, which sends CAN messages and receives CAN messages Hardware setup CAN bus PC terminal analyzer STM32L476G-EVAL STM32CubeMX Selecting CAN interface and clock • Create project in STM32CubeMX • Menu > File > New Project • Select STM32L4 -> STM32L4x6 -> LQFP144 package -> STM32L476ZGTx • Select CAN: • Select “Master Mode” for CAN1 • Remap CAN pins to PB8 and PB9 • Conigure GPIO to control LED STM32CubeMX clock configuration • Go to Clock Configuration tab and configure MCU clock system: • Change MSI default value (4 MHz) to 48 MHz STM32CubeMX Configure
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
picomon.pdf
und linkt alle benötigten Programmteile zu einer flashbaren Binärdatei ◦ Hinweis: Im Makefile für STM32F0xx kann/muß der Controller korrekt gewählt sein, um ggf. den erhöhten RAM-Bedarf des Programms bedienen zu können, für LSCRIPT steht zur Verfügung: stm32f030x4.ld , stm32f030x6.ld , stm32f030x8.ld
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
Datei
stm32_ub_i2c1.h
(uint8_t slave_adr, uint8_t adr, uint8_t cnt); */ int16_t UB_I2C1_ReadByte(uint8_t slave_adr, uint16_t adr, uint8_t nrAdrBytes); int16_t UB_I2C1_WriteByte(uint8_t slave_adr, uint16_t adr, uint8_t nrAdrBytes
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
#include "../Inc/main.hpp" feedback clocksInit() { CMOS& cmos = CMOS::get(); STM32F107RCT6& stm32 = STM32F107RCT6::get(); RCC& rcc = stm32.get_rcc(); // Set Clock HSE in RCC to a valid Value before setting the Clock Source of the PLL to HSE // Otherwise, RCC wont let us set PLL
in „STM32F107 Ethernet RMII“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.h
(uint8_t slave_adr, uint8_t adr, uint8_t cnt); int16_t UB_I2C1_ReadMultiByte(uint8_t slave_adr, uint16_t adr, uint8_t cnt, uint8_t nrAdrBytes); int16_t UB_I2C1_WriteMultiByte(uint8_t slave_adr, uint8_t adr, uint8_t cnt); int16_t UB_I2C1_WriteCMD(uint8_t slave_adr, uint8_t cmd); void UB_I2C1_Delay(volatile uint32_t nCount); //-------------------------------------------------------------- #endif // __STM32F1_UB_I2C1
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00190424.pdf
U8 (ST890) is switched ON, the red LED LD2 is turned ON, thus STM32F746G-DISCO board can consume maximum 500mA current, but no more. If the host is not able to provide the requested current, the enumeration
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_stm32f4xx.c
GPIO_TypeDef *SCK_GPIOx, *MISO_GPIOx, *MOSI_GPIOx; uint32_t SCK_Pin_x, MISO_Pin_x, MOSI_Pin_x; uint8_t SPIx_IRQn; switch( SPI_HARD ) { case spi_hard_STM32F4XX_SPI1_PA5_PA6_PA7: /* Enable the SPI clock */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_SPI1, ENABLE); SCK_GPIOx = GPIOA; SCK_Pin_x = GPIO_Pin_5;
in „ST32F4xx SPI1 DMA funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HAL_STM32F1.pdf
NA NA NA NA NA NA NA NA NA NA NA NA NA NA y p H U g stm32f1xx_hal_nand.c No No No No Yes Yes No No No No Yes Yes No No L M e stm32f1xx_hal_nand.h 4 r 1 1 stm32f1xx_hal_nor.c stm32f1xx_hal_nor.h No Yes No No Yes Yes No No No No Yes Yes No No v 8 0 r 5 8 s
in „CAN auf STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
session1.txt
>>> schreibe ein "blink-programm" für STM32 unter verwendung der ST HAL Thinking... Thinking Process: 1. **Analyze the Request:** * **Task:** Write a "blink program" (LED blinking) for an STM32 microcontroller. * **Framework:** Use ST HAL (
-
Datei
stm32_ino.txt
- REMOTE FRAME */ } CAN_msg_t; typedef struct { uint16_t baud_rate_prescaler; /// [1 to 1024] uint8_t time_segment_1; /// [1 to 16] uint8_t time_segment_2; /// [1 to 8] uint8_t resynchronization_jump_width; /// [1 to 4] (recommended value is 1) } CAN_bit_timing_config_t; #define CAN_STM32_ERROR_UNSUPPORTED_BIT_RATE
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_uart.h
//-------------------------------------------------------------- // File : stm32_ub_uart.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_UART_H #define __STM32F4_UB_UART_H
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
on STM324xG_EVAL/STM324x7I_EVAL/STM324x9I_EVAL boards as data memory */ #if defined (STM32F40_41xxx) || defined (STM32F427_437xx) || defined (STM32F429_439xx) /* #define DATA_IN_ExtSRAM */ #endif /* STM32F40
in „STM32F401 Embitz1.1 Toolchain gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
*********************************************************************/ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Variables * @{ */ uint32_t SystemCoreClock = 16000000; __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F4xx_System_Private_FunctionPrototypes * @{ */ static void SetSysClock(void); #ifdef DATA_IN_ExtSRAM static void SystemInit_ExtMemCtl(void); #endif /* DATA_IN_ExtSRAM
in „STM32F4 Discovery - I2S bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debug-log.txt
ocd_command ocd_command type ocd_STM32F722ZETx.cpu arp_waitstate halted 1000 Debug: 2561 1988 command.c:143 script_debug(): command - ocd_STM32F722ZETx.cpu ocd_STM32F722ZETx.cpu arp_waitstate halted 1000 Debug: 2562 1989 target.c:2905
in „STM32 Nucleo Debuggen funktioniert nicht mehr“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00155929.pdf
2.4.7: Wrong data sampling when data set-up time (tSU;DAT) is smaller than one FMPI2CCLK period A 8/30 DocID027362 Rev 2 STM32F446xC/xE STM32F446xx silicon limitations Table 4. Summary of silicon limitations (continued) Links to silicon limitations Revision A Section 2.5.1: Wrong CRC calculation when
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·