Greetings Everybody,I have a hall effect sensor and i want to detect pulse generated by the sensor using STM32F207ZG. My approach is to generate pulse using hall effect switch and feed that pulse to Timer 5 Channel 1 which runs in Input Capture Direc...
I'm using STM32L431xx series mcus and as with most STM32 mcus, it has an RTC feature with calendar. The RTC has a calibration function by which you can fine-tune the counting scheme of the RTC and improve upon the accuracy of your clock source.This...
I HAVE 4 Projects that generates 4 .elf files Flashed in Flash at 4 different sectors . I have to debug what is happening from PC jumps from one sector to next Sector where differnt project is located . HOW CAN we debug all projects at same time by a...
I am a student at Bilkent University and I have an internship project where I will be using a serial to ethernet converter to download firmware into an STM32F4 using tcp/ip protocol. I am using the IP address of the converter to make a virtual COM po...
I'm having trouble using ADC with DMA. It is working correct, I'm getting the correct result. But DMA is corrupting another data which is not related with DMA in runtime. I'm also using Ethernet, because of it, I can not disable D-Cache.I do my Ether...
I have a system with an STM32H74A3, which uses one SPI port for different slaves which use different SPI modes.One Slave needs Mode 3 (Pol.High/2ndEdge) and 8 Bit Data size, the other needs Mode 0 (Pol.Low/1stEdge) and 16 Bit. Clock Speed is the same...
Any help is highly appreciated!
Hi, I am curently working on the STM32H747. I need to have the CM7 booting while the CM4 is not. Then after, the CM4 BOOT is triggered by the CM7.Using STM32 cube programmer, I am able to disable the BCM4 bit of the SYSCFG_UR1 register.The required s...