Hello,I am working on STM32F413VGT with STM32CubeIde.I am using timer 3 channels 1 and 2 to generate 2 PWM signals to control a motor. This part works perfectly.I am also using ADC1 in DMA mode to get 7 ADC measurements. This function also works perf...
Issue: How to send indicationhow can get confirmationHow to disable indication from server to clientHow to know client all data received from serverMy Code is: bool isIndicationEnable; if (attribute_modified->Attr_Data[0] & COMSVC_Indicat...
i am transmitting some values from STM32 through serial, and even though i have set the Baud Rate and Parity bits in both DockLight and putty, it shows only on DockLight . I am using the HAL library. Also, i tried receiving data from STM32, and while...
If I configure more than four bytes, the qspi do nothing, it also happens if I set as address any other value than zero.I carefully read the application note 'AN4760' and it doesn't seem I'm doing anything wrong s_command.InstructionMode = QSPI_INST...
Hello STM community, I'm using a STM32 L476RGB NUCLEO with a XNucleo 53l0a1 I want to make the process of calibration but I have a problem when I compile my main program i get this error showing anyone know what i should do? you can see the screenTha...
Hi ,i have a problem with SPI slave device, it doesn't receive the clock signal from stm32f103 (Master), i have configured the baud rate correctly : 72Mhz/32 (SPI1), which is inside the range clock freq of slave device, CS pin is active low so when i...
in the user manual: Seconds interrupt, for generating a periodic interrupt signal with a programmable. but it is not as it is with the RTC alarmBest Regards Kadir
Hello,I am trying to communicate with interrupt between the Cortex M4 and M7. I tested the HSEM but, maybe I'm wrong, the semaphore locks a process when it waits for it.Thanks for you help