I wanted to do a simple test with my STM32f746 protoboard and count clock pulses. Problems are normal (I get all zeros) but in what datasheet/pdf are those registers explained or mentioned. I searched several pdfs in the net and none had those keywor...
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...