Ask questions, find answers, and share insights on STM32 products and their technical features.
I have designed a target board based on STM32G484VE and I am encountering a problem with GPIO outputs while powering on.The requirement is no output should get high status while powering on or during reset. So I have configured the IOs using CUBEMX ...
Hello,I'm currently using and working on B-U585I-IOT02A Discovery kit. Today, I supply the board with STLINK source via CN8 connector. But I want to be able to supply it with 12V voltage. So I will now supply the board via VIN pins and connect jumper...
I want to make robotic arm , CNC controller for this purpose which STM32 is capable to do DSP, arithmetic and floating point calculation Faster (less clock cycle for execution)without much execution code delay?So interpolation and trigonometric fu...
We make below code.The variable a is written from both main function and interrupt function.When accessing variable a with the main function to realize exclusive control, interrupt disable and enable (__disable_irq(), __enable_irq()) are used.How ...
I am working on this project and I want to have full control of the sent / received messages from my STM32F746G. Even when starting an empty project without ETH these messages are sent from the STM
int main(void){ /* USER CODE BEGIN 1 */ uint8_t read_opcode ; uint8_t read_addr ; uint8_t Result_read = 0x00; uint8_t Result_read_buff=0x00; char*commande; commande = (unsigned char *) 0x5A; /* USER CODE END 1 */ /* MCU Configuration-----------...
I have a project based on the L496. The application does a few writes to FLASH. The initial write works correctly, however subsequent writes fail. The code is directly from STCube:/** * @brief Wait for a FLASH operation to complete. * @param Ti...
Posted on January 25, 2018 at 14:07Hi,I use STM43L476 and try to use fast flash program to program 256 bytes (decripted_firmware_data buffer).The flash area is erased (all 0xFF), but the function HAL_FLASH_Program always returns with HAL_ERROR and n...