Verification failed on F767ZIT6-Nucleo144 demo application (works in debug)
Posted on March 24, 2018 at 08:29The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 24, 2018 at 08:29The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 23, 2018 at 17:15I understand a high speed CAN bus bit error means that while I am transmitting a bit outside of the arbitration period I sense the opposite bit on the bus. However STM gives two bit errors: 'bit dominant error' and...
Posted on March 23, 2018 at 19:01Hello, I am trying to identify a ST Micro chip. As far as I can tell, the markings show the following:MHLF7A0GH24-VGCHNIt is used in an AFCI breaker.Thank you!
Posted on March 22, 2018 at 19:52Hi all,So i've been banging my head up against a wall trying to work out what's been going on here...Somehow SysTick_Handler() and so HAL_IncTick() are being optimized out (or just not included) in my Release build.T...
Posted on March 23, 2018 at 17:23I am using STM32F072 device and I am using STM library calls for all my CAN routines. But I notice that occasionally, the main interrupt routine HAL_CAN_IRQHandler(&hcan) would not get called.At the end of my HAL_CA...
Posted on March 22, 2018 at 10:03Hello, I want to use SDRAM with STM32F429(lqfp100). How can I connect FMC pins to SDRAM.Please can you help me ?
Posted on May 06, 2017 at 00:47Has anyone created a USB MSC + HID driver for STM32F746 Discovery board?I have a working MSC only USB class for the STM32F746G Discovery board using the HAL PCD module and want to extend it to a USB composite device in...
Posted on March 23, 2018 at 16:30Hi, I'm about to start a touch keyboard aroun STM32L052 or STML151, but I'm not sure which one is easier to use.I'm using STM32CubeMX for project inicializacion.1) The keyboard will have 13 keys, and I'll use an STM3...
Posted on December 01, 2016 at 00:59Hi! I'm developing a project on stm32f4discovery whit stm32f4407vgt6 MCU. I want to develop a USB code based on hid class that can receive my command and data from PC and send another command and data to PC but n...
Posted on March 23, 2018 at 13:19I am new to embedded world. I am activating the CANBUS peripheral of a STM32F0. I started from the example code of the device given by ST. In the example code there is a callback function that it is executed when the...