Are there STM32F4 and STM32L0 with automotive quality (AEC)?
I couldn't find any STM32 with automotive quality, so I would like to know if is there any?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I couldn't find any STM32 with automotive quality, so I would like to know if is there any?
Hi all, I just want to decompress a .zip/.7z file store on external flash. Could some one tell me some sort of library work with STM MCUs meet my requirement?Thanks in advance.
Hi, I am trying to do MemToMem DMA operation on Timer input capture.My code:#define BufferSize 1000 uint16_t BUFFER_DATA[BufferSize]; TIM_HandleTypeDef htim = htim3; DMA_HandleTypeDef hdma = hdma_tim3_ch4_up; uint32_t channel = TIM_CHANNEL_4; uint3...
hi every one i am trying to receive data with UART in DMA and Normal mode, but after about 10 times that I receive data correctly suddenly MCU stop working I checked every thing but I don't know what's wrong :sad_but_relieved_face: this is my Uart an...
Is it possible to drive the controller with 480 MHz and therefor the flash with 240 MHz?How many waitstates have to be set at 240 MHz?
Hi. I want to use the OctoSPI to configure Xilinx FPGAs (e.g., Kintex-7) in the SelectMAP mode. Therefore I need 8 data bits, a chip select (CSn), a RD/nWR signal and a CLK to the FPGA. I know the OctoSPI is usually used for reading and writing to Q...
This is my first post on this QnA section and i hope i would be getting help from the community. What i want to implement is a simple communication between 2 STM32 (both are F1 series in this case) using a SPI. Both the MCU are configured using CubeM...
Hello,I'm trying to use temperature sensor and the internal voltage reference (VREFINT) of the STM32f042k6.Here is the extract form the datasheet (page 19/117) :When I measure these values, I don't have the same values than ST.For example, let's watc...
Hey, folks.How are you people learning how to use the capabilities of your MCUs? In particular, I am trying to program a Bluenrg-2 board for a temperature control application. I would like to get better information on using the Multi-Function Timer...
SYSCFG_CFGR1.ENCODER_MODE is a two-bit bitfield, which - besides a "no remap" apparently allows a remap, documented as TIMx IC1 and TIMx IC2 are connected to TIM15 IC1 and TIM15 IC2 where TIMx is TIM2, TIM3 and TIM4 for the various setting of bitfiel...