STM32F407VG6 for UAVs?
I am wondering, how can I measure the program execution cycle speed? How fast while(1) section loops and how fast I can read the values from the sensors? This is the particular thing I wanna find out about.Thanks,Enes
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am wondering, how can I measure the program execution cycle speed? How fast while(1) section loops and how fast I can read the values from the sensors? This is the particular thing I wanna find out about.Thanks,Enes
Hi I hove something trobels with writing data after erease. I have only option bank and page erease and nothing other. I doing a bank1 erease and after this tryuing to write something whith is complitly not writing to memeory. Only on another compila...
STM32F103:I see in the SPI configuration only prescalers of powers of 2. How can I adjust a distinct clockrate for SPI?
I have 2 ADC_HandlerTypeDef objects came from 2 different channel of ADC1, and I have an ADC function, like this:ADC_read(ADC_HandlerTypeDef ADC_Handler)How can I use this function for 2 channels?I tried this:if (ADC_Handler == ADC_Handler_1){ .....
hello ST community,I am currently working on an application and I am developping the project on my board. In my application I am using a Micron NOR memory MT25QL512A in QUADSPI mode. I have previously used other OCTOSPI memories but the first time wi...
I feel rather stupid with this one since it should be fairly straight forward. I'm trying to use all three DAC outputs on the Nucleo32-F303K8 and I can get the first channel to work fine but I get nothing on the other channels. Multiplexing should be...
I am using stm32-g07 and I managed to generate two waves: one reference and another phase shifted. Now I want to calculate the phase shift between the two. I tried two options: Try when the DAC channel output values for 1 and 2 get maximum and subtra...
Heere is a (presumably) correct one: JW