Posted on February 19, 2018 at 07:32hellowhen I use code generation, I see the ADC block is disconnected!matlab 2016bstm32 MAT/TARGET 4.4.2
Hi, Everyone.I'm tring to make adc sensor works, to find a temperature.I found AVG_Slope and V_25 in the datasheet: AVG_Slope = 0.0046 V_25 = 1.46And I used V_Ref = 3.0f and N_Bit = 4096fThis is My code (Only for adc_complete conversion)void HAL_ADC_...
Dear AllNice to meet you. At First My english is poor. Please understand me.I want use M95512 (EEPROM) with STM32F103RCT6 SPI3but now I check Oscilloscope SCK, MOSI, MISO. Only work MOSI have signalnow no work SCK.... How to Init. SPI3 Please check m...
Hello,I'm using a NUCLEO-L496ZG-P board together with a Samsung K9F1G08U0E nand module. At the moment i'm testing read write operations. For certain values what i read from page differs from what i've written. For instance if i fill page with rand() ...
Hello,I enter the shutdown mode with the following code statementHAL_PWR_EnableWakeUpPin( PWR_WAKEUP_PIN1_LOW ); HAL_PWR_DisableWakeUpPin( PWR_WAKEUP_PIN2 ); HAL_PWR_DisableWakeUpPin( PWR_WAKEUP_PIN3 ); HAL_PWR_DisableWakeUpPin( PWR_WAKEUP_PIN4 ); HA...
HI, I'm trying to interface this board to a cirrus logic CS42448 codec. I set up the I2S3 peripheral in slave mode configured in CubeMX as so:The project is built with this and in the main while loop I have a simple bit of code to get it to transmit ...
Hi,I wish to hold the STM32F205VCT in reset for X time whilst other hardware is initialised.I have a hardware timer circuit linked to the NRST pin.As this is a safety related system, I am trying to establish the NRST / reset functionality...The reset...
STM32CubeMX version : 4.26.1Chipset : STM32F207VCTHello,In HAL code initialization, the code don't manage correctly the Interrupts initialization. I found this bug in UART part, TIM2 (use for FreeRtos) part and ETH part.Every time the software launch...
Posted on September 01, 2017 at 11:03Hi, I've been trying to perform a FW update on a Teseo II GPS module using the X-loader. However, after the 'Sending the bootloader through UART......' message, the X-loader always returns with a 'timed out' erro...