Resolved! External VRef on VDDA on NUCLEO-F303K8
Posted on January 02, 2017 at 19:16I was wondering if I am able to connect an external voltage reference of 4.096 volts to VDDA (to be used as a voltage reference for ADC) without damaging the board?
Posted on January 02, 2017 at 19:16I was wondering if I am able to connect an external voltage reference of 4.096 volts to VDDA (to be used as a voltage reference for ADC) without damaging the board?
Posted on January 02, 2017 at 13:31We are using I2C1 in STM32L486 and occasionally we are seeing timeout while calling HAL_I2C_IsDeviceReady,this we are calling before call to HAL_I2C_Master_Transmit_ITThis is happening when USART0 is in use and dat...
Posted on January 02, 2017 at 05:45Hello all,Finally got my ethernet working on my omliex stm32-e407 board though generating code with the STM32Cube.Its responding to pings so good to know that and dhcp are working finally. But it seems the host nam...
Posted on October 03, 2016 at 22:01Is it possible to generate a project in STM32CubeMX to use a USART on STM32F7 parts in RS485 mode? I see RS485 mode listed in the HAL reference and STM32F7 reference, but I can't find details on what pin is used fo...
Posted on September 17, 2016 at 00:56Hi,I used to work on STM32F4 and now are evaluating STM32F7. When I tried to create a project with STM32F769NI with SPI. I found that I can't set the Prescaler to 2 (APB2 = 108Mhz) which will result the SPI6 to 5...
Posted on December 15, 2016 at 20:24The Discovery STM32469I advertises that it comes with 16mb of ram. However, the discovery firmware only enables 11 bits so it only sees 8mb.You can change line 168 to this and it will fix it //sdramHandle.Init...
Posted on January 01, 2017 at 21:49helloi am working on a project and i am using the stm32f429vgt6.i want to disable some jtag pins and leave only the swd pins active ( swdio and swclk).is there any mean to do that.thanks.
Posted on January 02, 2017 at 13:12Hello everyone,I am facing problem with turning USART module ON and OFF. For the first time, when I turn USART ON, I receive an idle character on terminal (0xFF). Afterwards, on repeated ON/OFF, I receive different...
Posted on December 22, 2016 at 15:03Hi,i'm using the STM32 NUCLEO-L476 and i'm trying to trig a conversion on a single channel of each of all three ADCs at the same time by an external trigger. Could this generate any conversion error?if yes, are th...
Posted on December 29, 2016 at 04:33I have an '091I enabled the Usart1 TX DMA as circular, but how can I set the Source address and size ?<<code>> hdma_usart1_tx.Instance = DMA1_Channel4; hdma_usart1_tx.Init.Direction = DMA_MEMORY_TO_PERIPH; ...