My board is NUCLEO-H723ZG which has 1 DAC 2 channels built-in.I actually want to transfer 2 arrays with 150,000 elements each in each DAC channel, but it is limited by the DMA size of 65535.So, I have divided that array into 6 parts for example I_dac...
I have an STM32H7, and despite a HAL_OK for every write, HAL_FLASH_Unlock(); if (HAL_FLASH_Program(FLASH_TYPEPROGRAM_FLASHWORD, 0x081E0000+ (32*fw), (uint32_t)(pBuffer)) != HAL_OK) { Error_Handler(); } HAL_FLASH_Lock(); OCCASIO...
Hi, Haven't been here in a while, about 15yrs, ha! I dug out the subject board, STM32f769i-disco that I've used a number of times years ago. I built some code using the new cubemx, compiles fine in the new IDE. I can send data, but it just doesn't...
Hi,I'm working on a c++ project and encountering the _unhandled_exception error. I'm trying to look cause for this error but fault analyzer in stm32cube ide is showing as No Fault Detected.I've looked into call stack and observed that "<signal handle...
I'm using a Nucleo Board with a STM32F030 fitted.I wanted to use the callback function mentioned above to clear an output that is set as part of a separate pin handling interrupt. I cannot find any material relating to needing to setup anything for t...
Hello, I'm using a timer to measure the frequency of an Hall effect speed sensor.The point here is that the routine that measure the frequency is triggered by the falling edge of the signal. Then the difference is calculated between two interval to r...
Hi. I have stm32L552xx that i need to program using SWD. I have to halt core, write some code to RAM, replace PC and run core. If some valid code exists on flash i have no problem. It works perfectly. But if i try to do the same thing on empty flash...
Hi ,I am using Cortex debug extension in Visual studio code to debug my STM32F4 custom board . I am successfully able to debug using CubeIDE . But with Visual studio code the code hangs at the below line of queue.c . configASSERT(pxQueue->uxItemSize ...