| Author | beginning argument ( Replies received: 3 ) |
| steve.clevenger |
Posted 01-07-2008 at 20:56   |

Registered on : 07-01-2008
Messages : 1
OFF-Line
|
Hi, first time poster, and working to become familiar with STM32.
I'm trying to determine whether there is a way to identify the STM32 package type through a software register. I can get enough information through other registers (IDCODE, Memory Size) to figure out the other pertinent information. If a register exists, I haven't found it. One idea I had was whether there was a quick way to determine this by what on-chip functions could be remapped.
Pin Count Code
--------- ----
36 Cx
48 Tx
64 Rx
100 Vx
144 Zx
Steve C.
[ This message was edited by: steve.clevenger on 01-07-2008 20:57 ]
|
|
|
Profile
Quote
|
| trevor |
Posted 04-07-2008 at 11:46   |

Registered on : 05-16-2008
Messages : 15
OFF-Line
|
I have a similar requirement. I have a bootloader that stores a header for the application code at the end of memory (id, length, crc). I would like it to work on different devices and so I want the bootloader to be able to calculate where the end of flash memory is.
Any ideas?
Regards
Trevor
|
|
|
Profile
Quote
|
| jilisegiar |
Posted 04-07-2008 at 12:44   |

Registered on : 01-18-2008
Messages : 54
OFF-Line
|
|
Profile
Quote
|
| trevor |
Posted 04-07-2008 at 16:29   |

Registered on : 05-16-2008
Messages : 15
OFF-Line
|
Thanks. Exactly what I needed.
|
|
|
Profile
Quote
|