Resolved! How many SPIs do STM32F429VIT6 have?
From the website, it shows there are 6 SPIs in STM32F429VIT6, but from CubeMX Connectivity list, there are only 4 SPIs in STM32F429 series.So which parameter is correct ?B.R.Billy
From the website, it shows there are 6 SPIs in STM32F429VIT6, but from CubeMX Connectivity list, there are only 4 SPIs in STM32F429 series.So which parameter is correct ?B.R.Billy
Hey there,I communicate with electronic component that communicate with UART.I use STM32F0 MCU. I send Uart messages and make some process after electronic component sends its own Uart data. My problem is:When i use Uart_transmit. My uart receive int...
i have got error in opening of file in f_open filemy f_mount returns with no errori have done followin thing in my code if(f_mount(&SDFatFS,(TCHAR const*)SDPath, 0) == FR_OK) //(TCHAR const*)SDPath { if(f_open(&SDFile, "STM32.TXT", FA_CREATE_A...
Hi , I'm unable to install STM32-MAT/TARGET library in matlab 2015a , kindly guide me by sending link of any help material on ghulam.murtaza3103@gmail.com
Hello,I am using STM32F103c6 ( Cortex m3) and there is no Floating point unit on this Board.1: If I am doing floating multiplication, Square root and Division, It takes too much time approx(2-3 micro second and for square root (13 us)).2: I also trie...
I know this is a dumb question, but I've googled it and can't get an explanation. What is the "debug" column in the MAP file?Also, it's alarmingly big... using Keil is there a setting I should use to compile without whatever is taking up that space?...
volatile uint32_t dbg_res = 0; volatile bool isAdcWork = false; static __attribute__((section(".adc_dma_buf"))) __attribute__((aligned(0x20))) int16_t s_pAlignedAdcBuffer[(1024 + 0x1f) & ~0x1f]; void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc)...
On the storage device on the nucleo-h743zi i just bought is a file "MBED.HTM"the ARM page https://os.mbed.com/platforms/ST-Nucleo-H743ZI/ explains:WarningThis platform is not yet available on mbed on-line compiler. Please use mbed-cli commands in the...
I am working with STM32F405, I seem that the SMT32F405 had hanging when the LSE clock install fail in SystemClock_Config function. So, is there any way, when the LSE clock config fail but the chip still active normal. Thanks
Posted on July 09, 2016 at 03:02I am trying to run ADC example that came with STM32-MAT release 4.3, but not able to get it going. Has anyone got either PIL or external mode working and can tell me how to do it? I have got the GPIO LED blinking test...