Hi Joachim,
I saw this post and just had to comment. I can confirm that there is no memory segmentation like the K series, so it is alright to use the entire memory region for whatever purpose you want. However, in the beginning of the L-series, we did still partition the memory because, in our sample code, the interrupt vectors were still copied from Flash to RAM (for better execution speeds). So depending on what your code is doing, you may have to take this into consideration. (Not sure what code base you started from). Just wanted you to be aware.
Regards,
Chris