User Activity

HelloI am testing new MCU's. I have a ST-Link V2 and using a STM32F401CCU6.At the start I had a simple LED flasher application however after I could not run it I started stripping everything out.This is when I saw that I can actually not even run an ...
Hi.I have the following code. However when I try and update the arb value with anything it just does not reflect on the pin.Currently it is running a stepper motor. The stepper motor moves one step every time the pulse goes high.With that in mind I a...
Can someone please explain to me how this is even possible on the same device? They are the exact same device yet I can not seem to get the same pin config in different projects.The one project somehow got the PIN Layout where PB6(SCL) and PB7(SDA)...
Hi.I tried using DMA with I2C before using interrupts and I seem to get the same problem that still remains unsolved.This time around I decided I will try and not use any interrupts to make things a bit simple. However I am still getting the same res...
Hi I am having some issues where my MCU ( stm32f030C8T6 ) seems to get stuck in a while loop when using I2C1 and a AS5600 IC.I will paste the code below but give some more detail on the issue here.In the function named "void I2C1_Write_DMA(uint8_t sl...
Kudos given to