i have a question my friends, i did PWM for 2 Phase, it works correct and good, but after i stop my Timer Master and Slave in order to have Delay, i mean with HAL_ TIM_PWM_STOP, doesn't work my timer slave any more, can you help me about that?Here ar...
Hi,I have configured an SPI as receive-only slave in CubeMX and have set NSS to "Hardware input signal":From logical point of view I now would expect, that there are no SPI data received, as long as NSS stays at high.However, the CubeMX-generated cod...
Hi all,Does anyone know if I can watch a past Online workshop called 'Easily add intelligence to your products'? I missed the scheduled one on the 4th April and would like to watch it if available.Thanks.
Hi,when configuring PA0/EXTI0 interrupt in CubeMX, the related code works well: when PA0 pin is toggeled, the ISR is called and following up from this, the code jumps into HAL_GPIO_EXTI_Callback().But when doing the same with PA2/EXTI2 or PA3/EXTI3 t...
Hi,After I configure hospi1->Init.MemoryType = HAL_OSPI_MEMTYPE_HYPERBUS;If I still want to send a command using CA[47:0] (or DQ[7:0]) and read back data such as device ID, how should I approach this? Is there an example code I can refer to?I am wo...
Hi, Is there any example of how to interface a NOR FLASH QUADSPI memory using the OCTOSPI interface used in the H72x, U5 or H5?
hi I am using stm32l496 and when I use flash the watchdog gives error for some reason. and if for some reason flash works the watchdog always fails.Is there any solution anyone else has faced this issue ?
Using an STM32H757-EVAL (don't use CM4) with CubeMX. Configured my ADC1 as follows: DMA is: Start the process as follows (both calls return HAL_OK): I allow the code to run for 10 seconds and break. The m_hv_status_values buffer still has the initial...
Hello all,I want to use the Cordic accelerator in a STM32G4 and calculate the atan2 from 2 input arguments. Now two questions arise:1) Is there a package for CUBE so I can configure it there? Up to now I only see the activation button.2) If there is ...