Resolved! Is there a Zephyr driver for X-NUCLEO-GNSS2A1?
Hello All I am using zephyr RTOS on NUCLEO-F767ZI board. I am considering using the NUCLEO-F767ZI board to use GNSS data. Is there a Zephyr driver for X-NUCLEO-GNSS2A1? Regards TaeHo
Hello All I am using zephyr RTOS on NUCLEO-F767ZI board. I am considering using the NUCLEO-F767ZI board to use GNSS data. Is there a Zephyr driver for X-NUCLEO-GNSS2A1? Regards TaeHo
Hi, I wonder if someone can tell me about the most recent lwip api for stm32 as follows: 1. Where can I download it (ported lwip) from the stm32 website2. Is there any serious issue related to udp and tcp (client/server) usage of the api?3. Is it pos...
Posted on March 18, 2018 at 16:44Hi guys, i'm looking to get signal from ♯ FSR sensors with my STM32F4-Discovery. I set PA1 as ADC1_IN1 and after i associated DMA (with STM32CubeMX, HAL driver). So i generated the project and edited with System Work...
Hi In previous posts, I encountered the similar problem, but I did not find an accurate answer.Please advice me on this issue.
I have tried every solution mentioned here. I have also contacted my friends and family members whom have tried to download this software and other libraries (CubeIDE, CubeMX, F1, F4, F7 and H7 Libraries). Same issues I need help urgently as I need t...
Hi, I am trying to use STUSB1600 as a front end interface to my USB Type-C connector and interface it with STM32L4R9 series microcontroller. It is a dual role type application but with no power delivery. Unable to understand why VDD of STUSB1600 is c...
Hi all,We are using an STM32H730IBK6Q.PA10 is not configured and STM32CubeMx generates code that initializes the pin as "Analog" as expected.Now if we enable USB (specifically, when setting `USBx->GCCFG |= USB_OTG_GCCFG_PWRDWN;`), that pin goes high,...
Hi,1. [Part Number] NUCLEO-L432KC2. [Environment] STM32CubeIDE 1.14.13. [Schematics] NA4. [Details] I am trying to measure a fast pulse with the ADC (~3 us rise time). I would like to trip a comparator when the pulse starts to rise and then start an ...
Hi guys, I have a nucleo-l073rz and am developing software for it with iar ewarm. So far everything is working well (programming and flashing via the st-link programmer). In the future, however, I would like to do firmware updates via the serial inte...
Our project is run on the STM32F411E-DISCO board running under Segger Embedded Studio. All Timers TIM2/TIM5/TIM9/TIM10/TIM11 are being used. Under a debug session everything runs correctly. If we leave the board programmed with the debug code and ...