I want to write and read data from SST25VF032B (SPI FLASH) by using STM32F427ZITx processor, please help me?
Posted on April 11, 2018 at 13:39I have less knowledge of SPI HAL library. #spi #stm32 #spi-flash
Posted on April 11, 2018 at 13:39I have less knowledge of SPI HAL library. #spi #stm32 #spi-flash
Posted on April 10, 2018 at 15:17In the clock tree configuration for the STM32L4R5ZI the CubeMX tool only allows for frequencies >14 MHz for the HCLK subsystem. For lower clock frequencies the HCLK window is marked in red (illegal configuration).In ...
Posted on April 10, 2018 at 14:55Hi!I want to use an external clock signal for timing. This clock signal is ~130 kHz. I want to count N pulses with a timer and I want an IRQ after N pulses. For this purpose I'd like to use TIM3 in external counter m...
Posted on February 01, 2018 at 09:07 Good Day If I call: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)getADCBuffer, adcBufferLength); //uint16_t getADCBuffer[adcBufferLength] and adcBufferLenght is defined as 1000�? and then call: HAL_ADC_Sto...
Posted on April 10, 2018 at 12:04Hi,I'm using stm32f769 with cube MX and Atollic for my latest project. So far I managed some stuff like IAP Bootloader via µSD /or USB, PWM Generation, Encoder readout... So far I would guess I understood how CubeMX...
Posted on April 11, 2018 at 10:52ST-Link CLI rease another sector. STM32F767ZI, dual bank.When using the commandline-switch -SE 15 st-link cli (v 3.2.0.0) reports:ST-LINK Firmware version : V2J29S7Connected via SWD.SWD Frequency = 4000K.Target volta...
Posted on March 27, 2016 at 22:30The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 11, 2018 at 06:49I am using STM32L072 on my custom board. I connected DP DM pins on USB connector directly to the DP DM pins on the MCU. I was hoping it gives me a DEBUG UART but it didn't work that way. What could be the problem?
Posted on April 11, 2018 at 08:26do anyone have solution for sdk5.0 and stm32cubemx? Is it compatible with window 10? I tried reinstall stm32cubemx and mc workbench but everytime I open MC workbench still get this log and MC cannot detect CubeMX.
Posted on April 11, 2018 at 08:47Hi all,I am trying to put my nucleo F042 into standby mode. I have a very simple configuration (no GPIOs). The MCU enters Standby mode after doing all the inits. I measure the current on JP1 but it gives me something...