-
Datei
irmp.c
// enable UART TX #else // other log method initextlog(); #endif //IRMP_EXT_LOGGING #endif //ARM_STM32F4XX #endif // UNIX_OR_WINDOWS } /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Send character
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
STM32F405-7x.pdf
figures STM32F405xx, STM32F407xx List of figures Figure 1. Compatible board design between STM32F10xx/STM32F4xx for LQFP64. . . . . . . . . . . . 15 Figure 2. Compatible board design STM32F10xx/STM32F2xx/STM32F4xx for LQFP100 package. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
in „STM32 DCMI (Kamera) Pinbelegung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tokenizer.c
] : // Author : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // Port for STM32F4 //------------------------------------------------------------ #include "tokenizer.h" #include <string.h> #include <stdlib.h> char *ptr, *nextptr; //-----------------------------------------------
in „Basic Interpreter für uC ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diskio.c
notice. / /-------------------------------------------------------------------------*/ #include "stm32f4xx_gpio.h" #include "stm32_spi.h" #define SPI_CH 3 /* SPI channel to use = 3 */ #define FCLK_SLOW() UB_SPI3_Init(SPI3_MODE_0,SPI_BaudRatePrescaler_32);//{ SPIx_CR1 = (SPIx_CR1 & ~0x38) | 0x28; } /*
in „STM32 <-> AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ // **INCLUDES** #include "actuator.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef
in „STM32 SPI zu viele Clocks“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" #include "usb_device.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim4
in „Zeitmaschine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.h
******** #pragma once #include <clock.h> #include <ioreg.h> #include <static_assert.h> #include "stm32f4xx.h" #include <iopins.h> #include <pinlist.h> #include <stddef.h> #include <dma.h> #include <dispatcher.h> namespace Mcucpp { class UsartBase { public: enum UsartMode { DataBits8 = 0, DataBits9 =
in „STM32 / C++: Initialisierung von Memberobjekten einer Klasse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
// enable UART TX #else // other log method initextlog(); #endif //IRMP_EXT_LOGGING #endif //ARM_STM32F4XX #endif // UNIX_OR_WINDOWS } /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Send character
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
// enable UART TX #else // other log method initextlog(); #endif //IRMP_EXT_LOGGING #endif //ARM_STM32F4XX #endif // UNIX_OR_WINDOWS } /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Send character
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
en.DM00108129.pdf
wizards. • A comprehensive embedded software platform, delivered per series (such as STM32CubeF4 for STM32F4 series) – The STM32Cube HAL, an STM32 abstraction layer embedded software, ensuring maximized portability across STM32 portfolio – A consistent set of middleware components such as RTOS, USB, TCP/
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
* ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox / UB (angepasst fuer STM32F429) * @version V1.1 * @date 10/27/2013 * @brief STM32F429 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
* ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox / UB (angepasst fuer STM32F429) * @version V1.1 * @date 10/27/2013 * @brief STM32F429 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32F4 Linker Scripte: Ich will es jetzt kapieren!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429.c
* ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox / UB (angepasst fuer STM32F429) * @version V1.1 * @date 10/27/2013 * @brief STM32F429 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STm32Fxxx: Kleiner Gefallen vom einem Profi erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_O1.asm
frame_dummy_init_array_entry 00000000 l df *ABS* 00000000 main.cpp 00000000 l df *ABS* 00000000 system_stm32f4xx.c 00000000 l df *ABS* 00000000 init.c 00000000 l df *ABS* 00000000 c:/program files (x86)/gnu tools arm embedded/4.8 2014q2/bin/../lib/gcc/arm-none-eabi/4.8.4/armv7e-m/crti.o 00000000 l df *ABS*
in „C++ Exceptions mit gcc-arm-none-eabi“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_O2.asm
frame_dummy_init_array_entry 00000000 l df *ABS* 00000000 main.cpp 00000000 l df *ABS* 00000000 system_stm32f4xx.c 00000000 l df *ABS* 00000000 init.c 00000000 l df *ABS* 00000000 c:/program files (x86)/gnu tools arm embedded/4.8 2014q2/bin/../lib/gcc/arm-none-eabi/4.8.4/armv7e-m/crti.o 00000000 l df *ABS*
in „C++ Exceptions mit gcc-arm-none-eabi“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim2; DMA_HandleTypeDef hdma_tim2
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
****/ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "sdcard.h" #include "usart.h" #include "string.h" #include "diskio.h" // FatFS/ #include "ff.h" #include "lcd.h" #include "TouchPanel.h" /* Private functions
in „Open407I-C (Board für STM32) mit OV9655 (Kameramodul) auf 5"-Touchdisplay“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
****/ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "sdcard.h" #include "usart.h" #include "string.h" #include "diskio.h" // FatFS/ #include "ff.h" #include "lcd.h" #include "TouchPanel.h" /* Private functions
in „Open407I-C (Board für STM32) mit OV9655 (Kameramodul) auf 5"-Touchdisplay“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eventctrl_uc.ino
blinkLed = A5; // stm32 r3-Board //constexpr int blinkLed = PA5; // // constexpr int blinkLed = A15; // stm32F4 Nucleo constexpr int blinkLed = 13; // Arduino r4 / r3 /* ---------------------------------------------------------------------- Eventcodes grundsaetzlich koennen hier frei Codes vergeben werden,
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
camera_OV7670_tmp.c
#include "camera_OV7670.h" #include "stm32f4xx.h" #include "sccb.h" #include "delay.h" // Minimal config to generate colorbar test-image. Note: 313 pixels/line (WORKING !!!) static unsigned char OV7670_QVGA[][2]= { 0x12, 0x80, 0x11, 0x00 , /
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_nrf.h
#ifndef __USART_NRF_H #define __USART_NRF_H #ifdef DTU3PRO #include "stm32f4xx.h" #define UsartNrf USART3 #else #include "stm32f10x.h" #define UsartNrf USART2 #endif #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdbool.h> #include
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
session1.txt
configuration is error-prone. * I should provide a concrete example, preferably for a common series like STM32F4 (very popular) or F1 (classic), but keep it general enough to be understood. Let's aim for the F4/F7 style as it's the most common "modern" series using HAL deeply, but acknowledge F1 differences
-
Datei
simple.s
@ Simple(s) Beispiel @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008 .equ BIT4, 0x00000010 .equ BIT5, 0x00000020 .
in „STM32CubeIDE Debug View, Threads, Breakpoints“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BLDC_motors.pdf
code listed below CubeMX-code is black and our code is in red. main.c #include "main.h" #include "stm32f4xx_hal.h" #include <string.h> //strlen(str) TIM_HandleTypeDef htim3; UART_HandleTypeDef huart2; uint8_t hall1, hall2, hall3, new_step, start = 1; uint16_t PWM_dn = 5000; void CH123_sw123_off(void);
in „BLDC Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diskio.c
----------------*/ #include "diskio.h" /* FatFs lower layer API */ #include "ffconf.h" #include "stm32f4xx.h" #include "integer.h" #ifdef STM32_SD_USE_DMA // #warning "Information only: using DMA" #pragma message "*** Using DMA ***" #endif /* set to 1 to provide a disk_ioctrl function even if not needed
in „Schreiben auf SD-Karte über SPI funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00031020.pdf
diagram of the memory map. Table 2 gives the boundary addresses of the peripherals available in all STM32F4xx devices. Table 2. STM32F4xx register boundary addresses Boundary address Peripheral Bus Register map 0xA000 0000 - 0xA000 0FFF FSMC control register AHB3 Section 32.6.9: FSMC register map on page
in „fsmc am stm32f4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
r_manuel.pdf
diagram of the memory map. Table 2 gives the boundary addresses of the peripherals available in all STM32F4xx devices. Table 2. STM32F4xx register boundary addresses Boundary address Peripheral Bus Register map 0xA000 0000 - 0xA000 0FFF FSMC control register AHB3 Section 32.6.9: FSMC register map on page
in „Hilfe bei Programmierung STM32F407VG bei TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LUHE_AD9650_funktion.h
-------*/ #include "LUHE_AD9850\LUHE_AD9650.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY * @{ */ /** @defgroup STM32F429I-DISCOVERY_LOW_LEVEL * @brief This file provides set of firmware functions to manage AD9850s and push-button
in „AD9850 Steuerwort,Berechnung richtig?“ · HF, Funk und Felder ·
-
PDF
mb1045_changed.pdf
P0U3B0L1 P0U3B0D5 5 R244 33 PI10 D31 N0D31 P 0 PotentiometerOMETER PF10 PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12 UL
-
PDF
mb1045_changed_korrigiert.pdf
P0U3B0L1 P0U3B0D5 5 R244 33 PI10 D31 N0D31 P 0 PotentiometerOMETER PF10 PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12 UL
-
PDF
STM32F407VGT6.pdf
diagram of the memory map. Table 1 gives the boundary addresses of the peripherals available in all STM32F4xx devices. Table 1. STM32F4xx register boundary addresses Boundary address Peripheral Bus Register map FSMCcontrolregister (STM32F405xx/07xx and 0xA000 0000 - 0xA000 0FFF STM32F415xx/17xx)/ AHB3 Section
in „ARM Controller "richtig" programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
diagram of the memory map. Table 1 gives the boundary addresses of the peripherals available in all STM32F4xx devices. Table 1. STM32F4xx register boundary addresses Boundary address Peripheral Bus Register map FSMCcontrolregister (STM32F405xx/07xx and 0xA000 0000 - 0xA000 0FFF STM32F415xx/17xx)/ AHB3 Section
in „STM32F4 pointer Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F429_Reference_Manual.pdf
diagram of the memory map. Table 1 gives the boundary addresses of the peripherals available in all STM32F4xx devices. Table 1. STM32F4xx register boundary addresses Boundary address Peripheral Bus Register map FSMCcontrolregister (STM32F405xx/07xx and Section 36.6.9: FSMC register map on page 1600 0xA000
in „USB-C Dual-Role-Device DRD mit integriertem OTG FS PHY“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Reference_manual.pdf
diagram of the memory map. Table 1 gives the boundary addresses of the peripherals available in all STM32F4xx devices. Table 1. STM32F4xx register boundary addresses Boundary address Peripheral Bus Register map FSMCcontrolregister (STM32F405xx/07xx and Section 36.6.9: FSMC register map on page 1600 0xA000
in „STM32F4 Timer Triggered DMA SPI – NSS Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IntLib.txt
STMicroelectronics_STM32_F3_181213\STMicroelectronics STM32 F3.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F4_181213\STMicroelectronics STM32 F4.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_L1_120614\STMicroelectronics STM32 L1.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM8L\STMicroelectronics
in „Altium 5.1.x Offline Libs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
; // only in case of remapping, not necessary for default port-timer mapping # elif defined (ARM_STM32F4XX) RCC_AHB1PeriphClockCmd(IRSND_PORT_RCC, ENABLE); # endif /* GPIO Configuration */ GPIO_InitStructure.GPIO_Pin = IRSND_BIT; # if defined (ARM_STM32L1XX) || defined (ARM_STM32F4XX) GPIO_InitStructure.GPIO_Mode
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsnd.c
; // only in case of remapping, not necessary for default port-timer mapping # elif defined (ARM_STM32F4XX) RCC_AHB1PeriphClockCmd(IRSND_PORT_RCC, ENABLE); # endif /* GPIO Configuration */ GPIO_InitStructure.GPIO_Pin = IRSND_BIT; # if defined (ARM_STM32L1XX) || defined (ARM_STM32F4XX) GPIO_InitStructure.GPIO_Mode
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
platformio.ini
PlatformIO/scripts/lerdge.py build_flags = ${common_stm32.build_flags} -DSTM32F4 -DSTM32F4xx -DTARGET_STM32F4 -DDISABLE_GENERIC_SERIALUSB -DARDUINO_ARCH_STM32 -DARDUINO_LERDGE -DTRANSFER_CLOCK_DIV=8 -DHAL_SRAM_MODULE_ENABLED build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
irsnd.c
; // only in case of remapping, not necessary for default port-timer mapping # elif defined (ARM_STM32F4XX) RCC_AHB1PeriphClockCmd(IRSND_PORT_RCC, ENABLE); # endif /* GPIO Configuration */ GPIO_InitStructure.GPIO_Pin = IRSND_BIT; # if defined (ARM_STM32L1XX) || defined (ARM_STM32F4XX) GPIO_InitStructure.GPIO_Mode
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dr.Arbeit_H-Bruecken.1455549.pdf
Tükenmez, E.; Egenhofer, U.; Herzog, H.-G.: “Ansatz zur Steuerung eines Multilevelumrichters mit STM32F4-Mikrocontrollern”. In: MATLAB EXPO. Vol. 2016. Lahlou, T.; Wittmann, D.; Abdelrahem, M.; Herzog, H.-G.: “Stabilization of the DC-Link Voltage In a Two Stage Cascaded H-Bridge Multilevel Converter
in „DIY 10kW/20kWh eta=99% Insel ESS Projektvorstellung“ · Haus & Smart Home ·
-
Datei
stm32f429i_discovery_lcd.c
stm32f429i_discovery_lcd.h" #include "../Common/fonts.c" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY * @{ */ /** @defgroup STM32F429I_DISCOVERY_LCD * @brief This file includes the LCD driver for (ILI9341) * @{ */ /** @defgroup STM32F429I_DISCOVERY_LCD_Private_TypesDefinitions
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00072315.pdf
Series: – STM32F303xx, STM32F318xx, STM32F328xx, STM32F334xx, STM32F 358xx, STM32F378xx, STM32F398xx STM32F4 Series: – STM32F401xx, STM32F405xx, STM32F407xx, STM32F410xx, STM32F411xx, STM32F412xx, STM32F415xx, STM32F417xx, STM32F427xx, STM32F429xx, STM32F437xx, STM32F439xx, Microcontrollers STM32F446xx,
in „STM32 I2C zu Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_general-purpose_timer_cookbook_en.DM00236305.pdf
Product series STM32F0 Series, STM32F1 Series, STM32F2 Series, STM32F3 Series, Microcontrollers STM32F4 Series, STM32F7 Series, STM32L0 Series, STM32L1 Series, STM32L1W Series, STM32L4 Series. May 2017 DocID028459 Rev 2 1/73 www.st.com 1 AN4776 1 Basic operating modes of STM32 general-purpose timers
in „STM32 Timer Cookbook PWM - Beispiel 6.2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Applnote.pdf
Product series STM32F0 Series, STM32F1 Series, STM32F2 Series, STM32F3 Series, Microcontrollers STM32F4 Series, STM32F7 Series, STM32L0 Series, STM32L1 Series, STM32L1W Series, STM32L4 Series. June 2016 DocID028459 Rev 1 1/73 www.st.com 1 AN4776 1 Basic operating modes of STM32 general-purpose timers
in „PWM Signalerzeugung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HAL_STM32F1.pdf
F 2 F F F 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 T T T T T T T T T T T T T T S S S S S S S S S S S S S S stm32f4xx_hal_pccard.c No No No No Yes Yes No No No No Yes Yes No No stm32f4xx_hal_pccard.h stm32f4xx_hal_pcd.c stm32f4xx_hal_pcd.h No No No No No No Yes Yes Yes Yes Yes Yes Yes Yes stm32f4xx_hal_pcd_ex.c No No No No No No Yes Yes Yes Yes Yes Yes Yes Yes stm32f4xx_hal_pcd_ex.h stm32f1xx_hal_pwr.c Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes stm32f1xx_hal_rcc.c stm32f1xx_hal_rcc.h Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes stm32f1xx_hal_rcc_ex.c
in „CAN auf STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32f405rg.pdf
throughout the family. The STM32F405xx and STM32F407xx datasheet should be read in conjunction with the STM32F4xx reference manual which is available from the STMicroelectronics website www.st.com. For information on the Cortex -M4 core, please refer to the Cortex -M4 programming manual (PM0214) available from
-
PDF
DM00190424.pdf
Camera module A connector P1 with the DCMI signals is available to connect a camera module such as STM32F4DIS-CAM (ST order code). 1.14 Display LCD-TFT The color display from ROCKTECH, 4.3-inch 480x272 LCD-TFT with capacitive touch panel is connected to RGB LCD interface of STM32F746NGH6. 16/46 DocID027942
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UserManual_STM32H747_DISCO.pdf
supported thanks to the 30-pin dedicated ZIF connector P1. The reference of camera module to be used is STM32F4DIS-CAM. This module must be connected with caution before powering the STM32H747I-DISCO Discovery board. The camera module I²C addresses are 0x61 and 0x60. Camera is usable by default. Care must be
in „STM32H747-DISCO0 - Demo Sourcecode gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00043574.pdf
datasheets. ® ® For information on the ARM C ORTEX -M4 core with FPU, please refer to the STM32F3xx/STM32F4xx programming manual (PM0214). Related documents • STM32F303xB/C, STM32F303xD/E, STM32F303x6/8, STM32F328x8, STM32F358xC and STM32F398xE datasheets available from the company website at www.st.com
in „STM32F3 Discovery als USB Keyboard“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00135183.pdf
if a device reset occurs during a Flash memory operation. Any attempt to read the Flash memory on STM32F4xx while it is being written or erased, causes the bus to stall. Read operations are processed correctly once the program operation has completed. This means that code or data fetches cannot be performed
in „STM32F446 FMP I2C kein Open Drain möglich?!“ · Mikrocontroller und Digitale Elektronik ·