STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Lock up Issue

Dear All,We are using STM32407 and NXP K60 in our product with our bootloader issue is when our app region is completely erased and we try to jump to app code the stm32 gets locked completely whereas Nxp k60 handles this issue by its Cpu lock up mech...

HShah.7 by Associate
  • 794 Views
  • 4 replies
  • 0 kudos

Uneven DMA SPI transfer

Hi,I am trying to control a lot of RGB leds at the same time through TLC5955 RGB SPI controllers/I have 11 of them daisy chained to my STM32F7. Each one of them needs 1 bit (0 for data transfer) and then 768 bits of data (96 bytes). As you can see da...

benoit2 by Associate II
  • 379 Views
  • 1 replies
  • 0 kudos

Read Out Protection

Hi.My code generation is almost done. I want to lock the code so that no one else can conveniently reach and use my code. I want that for future development to erase the code and reprogram it. I read some information provided by ST and I think I have...